Running with gitlab-runner 12.0.2 (d0b76032)  on emba-docker-runner 2oEDrUT7 section_start:1696161815:prepare_executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 ... section_end:1696161816:prepare_executor section_start:1696161816:prepare_script Running on runner-2oEDrUT7-project-1-concurrent-1 via emba.gnu.org... section_end:1696161838:prepare_script section_start:1696161838:get_sources $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ From https://emba.gnu.org/emacs/emacs * [new ref] 9966db38b2c021057fe2671344f5880e6750cf35 -> refs/pipelines/26620 * [new branch] master -> origin/master Checking out 9966db38 as master... Skipping Git submodules setup section_end:1696161963:get_sources section_start:1696161963:restore_cache section_end:1696162002:restore_cache section_start:1696162002:download_artifacts section_end:1696162006:download_artifacts section_start:1696162006:build_script $ docker info WARNING: No swap limit support Client: Debug Mode: false Server: Containers: 26 Running: 6 Paused: 0 Stopped: 20 Images: 10 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ echo "docker registry is ${CI_REGISTRY}" docker registry is emba.gnu.org:5050 $ docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY} WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /.docker-config-9966db38b2c021057fe2671344f5880e6750cf35/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded $ docker build --pull --target ${target} -t ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG} -f test/infra/Dockerfile.emba . #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 6.46kB 0.1s done #1 DONE 0.3s #2 [internal] load .dockerignore #2 transferring context: 2B 0.1s done #2 DONE 0.4s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 0.2s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:54d33aaad... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: 19.78MB 4.2s #7 transferring context: 53.27MB 9.3s #7 transferring context: 75.97MB 14.4s #7 transferring context: 90.60MB 19.5s #7 transferring context: 117.08MB 24.5s #7 transferring context: 141.36MB 29.6s #7 transferring context: 167.12MB 34.6s #7 transferring context: 185.89MB 39.6s #7 transferring context: 206.48MB 49.1s #7 transferring context: 271.77MB 54.0s done #7 DONE 65.6s #5 [emacs-base 2/2] RUN apt-get update && apt-get install -y --no-insta... #5 CACHED #6 [emacs-gnustep 1/6] RUN apt-get update && apt-get install -y --no-in... #6 CACHED #8 [emacs-gnustep 2/6] COPY . /checkout #8 DONE 48.6s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 0.2s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 1.824 Checking whether you have the necessary tools... #10 1.824 (Read INSTALL.REPO for more details on building Emacs) #10 1.831 Checking for autoconf (need at least version 2.65) ... ok #10 1.866 Your system has the required tools. #10 1.876 Building aclocal.m4 ... #10 1.879 Running 'autoreconf -fi -I m4' ... #10 25.81 Building 'aclocal.m4' in exec ... #10 25.81 Running 'autoreconf -fi' in exec ... #10 29.07 You can now run './autogen.sh git'. #10 DONE 31.1s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 4.275 checking for xcrun... no #11 4.275 checking for GNU Make... make #11 4.334 checking build system type... x86_64-pc-linux-gnu #11 4.791 checking host system type... x86_64-pc-linux-gnu #11 4.821 checking for gcc... gcc #11 5.001 checking whether the C compiler works... yes #11 5.292 checking for C compiler default output file name... a.out #11 5.299 checking for suffix of executables... #11 5.544 checking whether we are cross compiling... no #11 5.877 checking for suffix of object files... o #11 6.005 checking whether we are using the GNU C compiler... yes #11 6.108 checking whether gcc accepts -g... yes #11 6.397 checking for gcc option to enable C11 features... none needed #11 6.864 checking whether the compiler is clang... no #11 6.978 checking for compiler option needed when checking for declarations... none #11 6.982 checking whether gcc and cc understand -c and -o together... yes #11 7.352 checking how to run the C preprocessor... gcc -E #11 7.537 checking for grep that handles long lines and -e... /bin/grep #11 7.550 checking for egrep... /bin/grep -E #11 7.556 checking for ANSI C header files... yes #11 8.043 checking for sys/types.h... yes #11 8.401 checking for sys/stat.h... yes #11 8.703 checking for stdlib.h... yes #11 9.087 checking for string.h... yes #11 9.376 checking for memory.h... yes #11 9.771 checking for strings.h... yes #11 10.10 checking for inttypes.h... yes #11 10.54 checking for stdint.h... yes #11 10.71 checking for unistd.h... yes #11 10.87 checking for wchar.h... yes #11 11.14 checking for minix/config.h... no #11 11.39 checking for linux/fs.h... yes #11 11.62 checking for malloc.h... yes #11 11.89 checking for sys/systeminfo.h... no #11 12.10 checking for sys/sysinfo.h... yes #11 12.34 checking for coff.h... no #11 12.55 checking for pty.h... yes #11 12.74 checking for sys/resource.h... yes #11 12.98 checking for sys/utsname.h... yes #11 13.26 checking for pwd.h... yes #11 13.45 checking for util.h... no #11 13.68 checking for sanitizer/lsan_interface.h... yes #11 13.86 checking for sanitizer/asan_interface.h... yes #11 14.02 checking for sanitizer/common_interface_defs.h... yes #11 14.29 checking for sys/socket.h... yes #11 14.74 checking for stdlib.h... (cached) yes #11 14.78 checking for unistd.h... (cached) yes #11 14.83 checking for sys/param.h... yes #11 15.15 checking for pthread.h... yes #11 15.47 checking for malloc/malloc.h... no #11 15.64 checking for sys/un.h... yes #11 15.79 checking for utmp.h... yes #11 16.01 checking for utmpx.h... yes #11 16.26 checking for OS.h... no #11 16.54 checking for dirent.h... yes #11 16.75 checking for execinfo.h... yes #11 16.96 checking for linux/xattr.h... yes #11 17.19 checking for stdio_ext.h... yes #11 17.44 checking for sys/vfs.h... yes #11 17.61 checking for sys/fs_types.h... no #11 17.86 checking for getopt.h... yes #11 18.09 checking for sys/cdefs.h... yes #11 18.30 checking for sys/time.h... yes #11 18.50 checking for ieee754.h... yes #11 18.65 checking for limits.h... yes #11 18.86 checking for inttypes.h... (cached) yes #11 18.90 checking for sys/types.h... (cached) yes #11 18.95 checking for stdint.h... (cached) yes #11 18.98 checking for sys/select.h... yes #11 19.14 checking for stdbool.h... yes #11 19.33 checking for stdckdint.h... no #11 19.51 checking for sys/random.h... yes #11 19.74 checking for sys/stat.h... (cached) yes #11 19.78 checking whether it is safe to define __EXTENSIONS__... yes #11 19.93 checking whether _XOPEN_SOURCE should be defined... no #11 20.10 checking for Minix Amsterdam compiler... no #11 20.18 checking for ar... ar #11 20.19 checking for ranlib... ranlib #11 20.19 checking for gcc option to enable large file support... none needed #11 20.46 checking for gcc option for timestamps after 2038... none needed #11 20.57 checking for g++... g++ #11 20.68 checking whether we are using the GNU C++ compiler... yes #11 20.92 checking whether g++ accepts -g... yes #11 21.06 checking for g++ option to enable C++11 features... none needed #11 50.92 checking how to run the C++ preprocessor... g++ -E #11 51.69 checking whether gcc accepts -g3 -O2... yes #11 52.00 checking whether the compiler is clang... no #11 52.09 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 52.21 checking whether -Wno-missing-field-initializers is needed... yes #11 52.44 checking whether -Wuninitialized is supported... yes #11 52.57 checking whether C compiler handles -fstrict-flex-arrays... no #11 52.67 checking whether C compiler handles -Wall... yes #11 52.87 checking whether C compiler handles -Warith-conversion... yes #11 53.07 checking whether C compiler handles -Wdate-time... yes #11 53.30 checking whether C compiler handles -Wdisabled-optimization... yes #11 53.58 checking whether C compiler handles -Wdouble-promotion... yes #11 53.76 checking whether C compiler handles -Wduplicated-cond... yes #11 54.15 checking whether C compiler handles -Wextra... yes #11 54.44 checking whether C compiler handles -Wformat-signedness... yes #11 54.81 checking whether C compiler handles -Winit-self... yes #11 55.15 checking whether C compiler handles -Winvalid-pch... yes #11 55.59 checking whether C compiler handles -Wlogical-op... yes #11 55.79 checking whether C compiler handles -Wmissing-declarations... yes #11 55.99 checking whether C compiler handles -Wmissing-include-dirs... yes #11 56.15 checking whether C compiler handles -Wmissing-prototypes... yes #11 56.32 checking whether C compiler handles -Wnested-externs... yes #11 56.58 checking whether C compiler handles -Wnull-dereference... yes #11 56.77 checking whether C compiler handles -Wold-style-definition... yes #11 57.02 checking whether C compiler handles -Wopenmp-simd... yes #11 57.28 checking whether C compiler handles -Wpacked... yes #11 57.50 checking whether C compiler handles -Wpointer-arith... yes #11 57.67 checking whether C compiler handles -Wstrict-flex-arrays... no #11 57.80 checking whether C compiler handles -Wstrict-prototypes... yes #11 58.03 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 58.20 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 58.40 checking whether C compiler handles -Wsuggest-final-methods... yes #11 58.60 checking whether C compiler handles -Wsuggest-final-types... yes #11 58.78 checking whether C compiler handles -Wtrampolines... yes #11 59.00 checking whether C compiler handles -Wuninitialized... yes #11 59.29 checking whether C compiler handles -Wunknown-pragmas... yes #11 59.53 checking whether C compiler handles -Wunused-macros... yes #11 59.74 checking whether C compiler handles -Wvariadic-macros... yes #11 59.90 checking whether C compiler handles -Wvector-operation-performance... yes #11 60.20 checking whether C compiler handles -Wwrite-strings... yes #11 60.46 checking whether C compiler handles -Warray-bounds=2... yes #11 60.64 checking whether C compiler handles -Wattribute-alias=2... yes #11 60.85 checking whether C compiler handles -Wformat=2... yes #11 61.16 checking whether C compiler handles -Wformat-truncation=2... yes #11 61.40 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 61.61 checking whether C compiler handles -Wshift-overflow=2... yes #11 61.73 checking whether C compiler handles -Wuse-after-free=3... no #11 61.83 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 62.03 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 62.19 checking whether C compiler handles -Wredundant-decls... yes #11 62.35 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 62.35 checking whether C compiler handles -Wno-override-init... yes #11 62.54 checking whether C compiler handles -Wno-sign-compare... yes #11 62.70 checking whether C compiler handles -Wno-type-limits... yes #11 62.87 checking whether C compiler handles -Wno-unused-parameter... yes #11 63.06 checking whether C compiler handles -Wno-format-nonliteral... yes #11 63.30 checking whether C compiler handles -Wno-bidi-chars... no #11 63.44 checking for a BSD-compatible install... /usr/bin/install -c #11 63.51 checking command to symlink files in the same directory... ln -s #11 63.54 checking for install-info... : #11 63.54 checking for gzip... /bin/gzip #11 63.54 checking for 'find' args to delete a file... -delete #11 63.55 checking for brew... no #11 64.38 checking for -znocombreloc... not needed #11 64.38 checking whether addresses are sanitized... no #11 64.49 checking for math library... -lm #11 65.52 checking for struct passwd.pw_gecos... yes #11 65.72 checking for pkg-config... /usr/bin/pkg-config #11 65.72 checking pkg-config is at least version 0.9.0... yes #11 65.75 checking for machine/soundcard.h... no #11 65.84 checking for sys/soundcard.h... yes #11 66.02 checking for soundcard.h... no #11 66.15 checking for mmsystem.h... no #11 66.44 checking for _oss_ioctl in -lossaudio... no #11 66.74 checking for alsa >= 1.0.0... no #11 66.78 checking for ADDR_NO_RANDOMIZE... yes #11 66.99 checking if Linux sysinfo may be used... yes #11 67.50 checking for sys/wait.h that is POSIX.1 compatible... yes #11 67.73 checking for net/if.h... yes #11 68.18 checking for ifaddrs.h... yes #11 68.67 checking for net/if_dl.h... no #11 69.00 checking for struct ifreq.ifr_flags... yes #11 69.47 checking for struct ifreq.ifr_hwaddr... yes #11 70.28 checking for struct ifreq.ifr_netmask... yes #11 70.83 checking for struct ifreq.ifr_broadaddr... yes #11 71.58 checking for struct ifreq.ifr_addr... yes #11 72.06 checking for struct ifreq.ifr_addr.sa_len... no #11 72.39 checking whether gcc understands -MMD -MF... yes #11 72.47 checking for X... no #11 72.79 checking AppKit/AppKit.h usability... yes #11 75.76 checking AppKit/AppKit.h presence... yes #11 76.20 checking for AppKit/AppKit.h... yes #11 76.20 checking for Mac OS X 12.0 or later... yes #11 76.34 checking for gcc... gcc #11 76.55 checking whether we are using the GNU Objective C compiler... yes #11 76.76 checking whether gcc accepts -g... yes #11 76.89 checking if the Objective C compiler supports instancetype... yes #11 76.97 checking if the Objective C compiler defaults to C99... no #11 77.17 checking whether malloc is Doug Lea style... no #11 77.37 checking for sbrk... yes #11 77.75 checking for __lsan_ignore_object... no #11 78.11 checking for fchmod... yes #11 78.63 checking for utmpname... yes #11 78.93 checking for utmpxname... yes #11 79.33 checking for canonicalize_file_name... yes #11 79.83 checking for realpath... yes #11 80.28 checking for lstat... yes #11 80.65 checking for fchmodat... yes #11 80.81 checking for lchmod... no #11 80.91 checking for fcntl... yes #11 81.25 checking for fdopendir... yes #11 81.57 checking for listxattr... yes #11 81.78 checking for fstatat... yes #11 82.09 checking for fsync... yes #11 82.32 checking for gettimeofday... yes #11 82.51 checking for memset_explicit... no #11 82.86 checking for memset_s... no #11 83.22 checking for pselect... yes #11 83.59 checking for readlink... yes #11 83.90 checking for isblank... yes #11 84.43 checking for iswctype... yes #11 85.02 checking for strtoimax... yes #11 85.63 checking for symlink... yes #11 86.00 checking for localtime_r... yes #11 86.31 checking for getdtablesize... yes #11 86.44 checking for getpagesize... yes #11 86.57 checking for working mmap... yes #11 86.93 checking for main in -lXbsd... no #11 87.04 checking for pthread library... -lpthread #11 87.48 checking for thread support... yes #11 87.49 checking for librsvg-2.0 >= 2.14.0... no #11 87.50 checking for libwebpdemux >= 0.6.0... no #11 87.53 checking for WebPGetInfo... no #11 87.71 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 87.73 checking for sqlite3_open_v2 in -lsqlite3... no #11 87.86 checking for getaddrinfo_a in -lanl... yes #11 88.00 checking for malloc_trim... yes #11 88.16 checking for dbus-1 >= 1.0... yes #11 88.23 checking for dbus_watch_get_unix_fd... yes #11 88.46 checking for dbus_type_is_valid... yes #11 88.67 checking for dbus_validate_bus_name... yes #11 88.88 checking for dbus_validate_path... yes #11 89.39 checking for dbus_validate_interface... yes #11 89.82 checking for dbus_validate_member... yes #11 90.25 checking for lgetfilecon in -lselinux... no #11 90.48 checking for gnutls >= 2.12.2... yes #11 90.54 checking for libsystemd >= 222... no #11 90.58 checking for jansson >= 2.7... no #11 90.63 checking for tree-sitter >= 0.20.2... no #11 90.66 checking for tree-sitter >= 0.6.3... no #11 90.69 checking sys/inotify.h usability... yes #11 90.90 checking sys/inotify.h presence... yes #11 90.96 checking for sys/inotify.h... yes #11 90.96 checking for inotify_init1... yes #11 91.46 checking for jpeglib 6b or later... no #11 91.73 checking for lcms2... no #11 91.76 checking for library containing inflateEnd... -lz #11 92.30 checking for dladdr... yes #11 92.57 checking for dlfunc... no #11 92.82 checking for libpng >= 1.0.0... no #11 92.86 checking for libpng not configured by pkg-config... no #11 92.98 checking tiffio.h usability... no #11 93.11 checking tiffio.h presence... no #11 93.26 checking for tiffio.h... no #11 93.26 checking gif_lib.h usability... no #11 93.51 checking gif_lib.h presence... no #11 93.60 checking for gif_lib.h... no #11 93.60 checking gpm.h usability... no #11 93.79 checking gpm.h presence... no #11 93.88 checking for gpm.h... no #11 93.89 checking for libxml-2.0 > 2.6.17... no #11 93.92 checking for maillock in -lmail... no #11 94.09 checking for maillock in -llockfile... no #11 94.33 checking for liblockfile.so... no #11 94.34 checking maillock.h usability... no #11 94.52 checking maillock.h presence... no #11 94.60 checking for maillock.h... no #11 94.62 checking linux/seccomp.h usability... yes #11 94.79 checking linux/seccomp.h presence... yes #11 94.85 checking for linux/seccomp.h... yes #11 94.91 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 95.15 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 95.41 checking linux/filter.h usability... yes #11 95.88 checking linux/filter.h presence... yes #11 96.00 checking for linux/filter.h... yes #11 96.09 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 96.13 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 96.14 checking for libseccomp >= 2.5.2... no #11 96.21 checking size of long... 8 #11 96.94 checking for accept4... yes #11 97.28 checking for fchdir... yes #11 97.64 checking for gethostname... yes #11 98.03 checking for getrusage... yes #11 98.39 checking for get_current_dir_name... yes #11 98.84 checking for lrand48... yes #11 99.11 checking for random... yes #11 99.61 checking for rint... yes #11 100.2 checking for tcdrain... yes #11 100.6 checking for trunc... yes #11 100.9 checking for select... yes #11 101.2 checking for getpagesize... (cached) yes #11 101.3 checking for setlocale... yes #11 101.5 checking for newlocale... yes #11 101.9 checking for getrlimit... yes #11 102.3 checking for setrlimit... yes #11 102.6 checking for shutdown... yes #11 103.0 checking for pthread_sigmask... (cached) yes #11 103.1 checking for strsignal... yes #11 103.7 checking for setitimer... yes #11 104.2 checking for sendto... yes #11 104.7 checking for recvfrom... yes #11 105.5 checking for getsockname... yes #11 105.9 checking for getifaddrs... yes #11 106.6 checking for freeifaddrs... yes #11 107.1 checking for gai_strerror... yes #11 107.6 checking for sync... yes #11 108.2 checking for endpwent... yes #11 108.7 checking for getgrent... yes #11 109.2 checking for endgrent... yes #11 109.6 checking for renameat2... yes #11 110.3 checking for cfmakeraw... yes #11 110.8 checking for cfsetspeed... yes #11 111.3 checking for __executable_start... yes #11 111.8 checking for log2... yes #11 112.5 checking for pthread_setname_np... yes #11 112.8 checking for pthread_set_name_np... no #11 113.3 checking for getpwent... yes #11 113.8 checking whether pthread_setname_np takes a single argument... no #11 114.2 checking whether pthread_setname_np takes three arguments... no #11 114.5 checking for aligned_alloc... yes #11 115.3 checking whether aligned_alloc is declared... yes #11 115.6 checking for posix_madvise... yes #11 116.0 checking for madvise... yes #11 116.4 checking for __builtin_frame_address... yes #11 116.8 checking for __builtin_unwind_init... yes #11 117.2 checking for _LARGEFILE_SOURCE value needed for large files... no #11 117.8 checking for grantpt... yes #11 118.3 checking for getpt... yes #11 118.9 checking for posix_openpt... yes #11 119.3 checking for library containing tputs... -ltinfo #11 120.2 checking whether -ltinfo library defines BC... yes #11 120.5 checking for timerfd interface... yes #11 120.7 checking whether signals can be handled on alternate stack... yes #11 120.9 checking valgrind/valgrind.h usability... no #11 121.1 checking valgrind/valgrind.h presence... no #11 121.2 checking for valgrind/valgrind.h... no #11 121.2 checking for struct unipair.unicode... yes #11 121.5 checking for pid_t... yes #11 122.5 checking vfork.h usability... no #11 122.8 checking vfork.h presence... no #11 123.0 checking for vfork.h... no #11 123.0 checking for fork... yes #11 123.5 checking for vfork... yes #11 123.9 checking for working fork... yes #11 124.6 checking for working vfork... (cached) yes #11 124.6 checking for snprintf... yes #11 125.0 checking for open_memstream... yes #11 125.5 checking spawn.h usability... yes #11 125.8 checking spawn.h presence... yes #11 125.9 checking for spawn.h... yes #11 125.9 checking for posix_spawn... yes #11 126.6 checking for posix_spawn_file_actions_addchdir... no #11 127.2 checking for posix_spawn_file_actions_addchdir_np... yes #11 127.5 checking for posix_spawnattr_setflags... yes #11 127.9 checking whether POSIX_SPAWN_SETSID is declared... yes #11 128.1 checking whether GLib is linked in... no #11 128.4 checking for nl_langinfo and CODESET... yes #11 128.8 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 129.2 checking for mbstate_t... yes #11 129.9 checking for signals via characters... yes #11 130.2 checking for _setjmp... yes #11 130.5 checking for sigsetjmp... yes #11 130.9 checking POSIX termios... yes #11 131.4 checking size of speed_t... 4 #11 131.8 checking for usable FIONREAD... yes #11 132.1 checking for usable SIGIO... yes #11 132.5 checking for struct alignment... yes #11 132.7 checking for C/C++ restrict keyword... __restrict__ #11 133.2 checking for typeof syntax and keyword spelling... typeof #11 133.4 checking for statement expressions... yes #11 133.6 checking whether malloc (0) returns nonnull... yes #11 133.9 checking sys/acl.h usability... yes #11 134.4 checking sys/acl.h presence... yes #11 134.5 checking for sys/acl.h... yes #11 134.5 checking for library containing acl_get_file... -lacl #11 135.3 checking for acl_get_file... yes #11 135.7 checking for acl_get_fd... yes #11 136.1 checking for acl_set_file... yes #11 136.6 checking for acl_set_fd... yes #11 137.1 checking for acl_free... yes #11 137.6 checking for acl_from_mode... yes #11 138.2 checking for acl_from_text... yes #11 138.7 checking for acl_delete_def_file... yes #11 139.3 checking for acl_extended_file... yes #11 139.7 checking for acl_delete_fd_np... no #11 140.1 checking for acl_delete_file_np... no #11 140.7 checking for acl_copy_ext_native... no #11 141.2 checking for acl_create_entry_np... no #11 141.8 checking for acl_to_short_text... no #11 142.3 checking for acl_free_text... no #11 142.7 checking for working acl_get_file... yes #11 143.2 checking acl/libacl.h usability... yes #11 143.7 checking acl/libacl.h presence... yes #11 143.8 checking for acl/libacl.h... yes #11 143.8 checking for acl_entries... yes #11 144.3 checking for ACL_FIRST_ENTRY... yes #11 144.5 checking for ACL_TYPE_EXTENDED... no #11 144.8 checking for working alloca.h... yes #11 145.3 checking for alloca... yes #11 145.7 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 145.7 checking whether the preprocessor supports include_next... yes #11 145.9 checking whether source code line length is unlimited... yes #11 146.0 checking whether endutent is declared... yes #11 146.1 checking for struct utmpx.ut_user... yes #11 146.5 checking for struct utmp.ut_user... yes #11 146.8 checking for struct utmpx.ut_name... yes #11 147.3 checking for struct utmp.ut_name... yes #11 148.0 checking for struct utmpx.ut_type... yes #11 148.3 checking for struct utmp.ut_type... yes #11 148.9 checking for struct utmpx.ut_pid... yes #11 149.4 checking for struct utmp.ut_pid... yes #11 150.0 checking for struct utmp.ut_tv... yes #11 150.7 checking for struct utmpx.ut_host... yes #11 151.0 checking for struct utmp.ut_host... yes #11 151.4 checking for struct utmpx.ut_id... yes #11 151.9 checking for struct utmp.ut_id... yes #11 152.3 checking for struct utmpx.ut_session... yes #11 152.7 checking for struct utmp.ut_session... yes #11 153.3 checking for struct utmpx.ut_exit... yes #11 170.5 checking for struct utmp.ut_exit... yes #11 171.3 checking for struct utmpx.ut_exit.ut_exit... no #11 172.1 checking for struct utmpx.ut_exit.e_exit... yes #11 172.7 checking for struct utmp.ut_exit.e_exit... yes #11 173.5 checking for struct utmpx.ut_exit.ut_termination... no #11 174.4 checking for struct utmpx.ut_exit.e_termination... yes #11 175.2 checking for struct utmp.ut_exit.e_termination... yes #11 175.8 checking whether sysinfo is declared... yes #11 176.1 checking for sys/sysctl.h... yes #11 176.5 checking for sysctl... yes #11 176.9 checking whether lstat correctly handles trailing slash... yes #11 177.7 checking whether // is distinct from /... no #11 177.7 checking whether realpath works... yes #11 178.3 checking for faccessat... yes #11 178.7 checking for getcwd... yes #11 179.5 checking whether byte ordering is bigendian... no #11 180.1 checking if environ is properly declared... yes #11 180.3 checking for complete errno.h... yes #11 180.5 checking whether ctype.h defines __header_inline... no #11 180.7 checking for mode_t... yes #11 181.3 checking whether strmode is declared... no #11 181.7 checking whether getline is declared... yes #11 182.1 checking for gawk... no #11 182.1 checking for mawk... mawk #11 182.1 checking for getopt.h... (cached) yes #11 182.1 checking for getopt_long_only... yes #11 182.5 checking whether getopt is POSIX compatible... yes #11 184.4 checking for working GNU getopt function... yes #11 185.1 checking for working GNU getopt_long function... yes #11 185.6 checking whether timespec_get is declared... yes #11 185.8 checking for timespec_get... yes #11 186.2 checking for struct timeval... yes #11 186.6 checking for wide-enough struct timeval.tv_sec member... yes #11 186.9 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 187.1 checking whether the compiler produces multi-arch binaries... no #11 187.3 checking whether stdint.h conforms to C99... yes #11 188.0 checking whether stdint.h works without ISO C predefines... yes #11 188.5 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 188.9 checking whether memmem is declared... yes #11 189.4 checking whether memrchr is declared... yes #11 189.9 checking whether defines MIN and MAX... no #11 190.1 checking whether defines MIN and MAX... yes #11 190.3 checking whether time_t is signed... yes #11 190.6 checking whether alarm is declared... yes #11 191.0 checking for working mktime... no #11 191.7 checking whether struct tm is in sys/time.h or time.h... time.h #11 191.9 checking for struct tm.tm_zone... yes #11 192.1 checking for struct tm.tm_gmtoff... yes #11 192.3 checking whether is self-contained... yes #11 193.2 checking for inline... inline #11 193.4 checking for sigset_t... yes #11 193.8 checking for volatile sig_atomic_t... yes #11 194.4 checking for sighandler_t... yes #11 194.7 checking for wchar_t... yes #11 194.9 checking for good max_align_t... yes #11 195.2 checking whether NULL can be used in arbitrary expressions... yes #11 195.3 checking for unreachable... no #11 195.5 checking whether fcloseall is declared... yes #11 195.9 checking whether getw is declared... yes #11 196.4 checking whether putw is declared... yes #11 196.7 checking which flavor of printf attribute matches inttypes macros... system #11 196.9 checking whether strnlen is declared... yes #11 197.3 checking whether strtoimax is declared... yes #11 197.6 checking whether stat file-mode macros are broken... no #11 197.8 checking for nlink_t... yes #11 198.3 checking for struct timespec in ... yes #11 198.6 checking for TIME_UTC in ... yes #11 198.9 checking whether execvpe is declared... yes #11 199.2 checking whether clearerr_unlocked is declared... yes #11 199.5 checking whether feof_unlocked is declared... yes #11 199.8 checking whether ferror_unlocked is declared... yes #11 200.3 checking whether fflush_unlocked is declared... yes #11 200.8 checking whether fgets_unlocked is declared... yes #11 201.2 checking whether fputc_unlocked is declared... yes #11 201.8 checking whether fputs_unlocked is declared... yes #11 202.3 checking whether fread_unlocked is declared... yes #11 202.8 checking whether fwrite_unlocked is declared... yes #11 203.3 checking whether getc_unlocked is declared... yes #11 203.9 checking whether getchar_unlocked is declared... yes #11 204.3 checking whether putc_unlocked is declared... yes #11 205.0 checking whether putchar_unlocked is declared... yes #11 205.4 checking type of array argument to getgroups... gid_t #11 206.0 checking whether getdelim is declared... yes #11 206.5 checking whether getdtablesize is declared... yes #11 206.8 checking whether malloc is ptrdiff_t safe... yes #11 207.0 checking whether malloc, realloc, calloc set errno on failure... yes #11 207.0 checking for O_CLOEXEC... yes #11 207.2 checking for promoted mode_t type... mode_t #11 207.3 checking whether the utimes function works... yes #11 208.0 checking for C compiler option to allow warnings... -Wno-error #11 208.7 checking for alignas and alignof... yes, macros #11 209.2 checking for alloca as a compiler built-in... yes #11 209.4 checking for static_assert... yes, an macro #11 209.8 checking for __builtin_expect... yes #11 210.4 checking byteswap.h usability... yes #11 211.1 checking byteswap.h presence... yes #11 211.2 checking for byteswap.h... yes #11 211.2 checking for readlinkat... yes #11 211.4 checking for library containing clock_gettime... none required #11 212.6 checking for clock_getres... yes #11 212.9 checking for clock_gettime... yes #11 213.0 checking for clock_settime... yes #11 213.3 checking for copy_file_range... yes #11 213.5 checking for d_type member in directory struct... yes #11 213.7 checking whether // is distinct from /... (cached) no #11 213.7 checking whether dup2 works... yes #11 213.9 checking for library containing backtrace_symbols_fd... none required #11 214.0 checking for faccessat... (cached) yes #11 214.0 checking whether fchmodat works... no #11 214.3 checking for readlinkat... (cached) yes #11 214.3 checking whether fcntl handles F_DUPFD correctly... yes #11 214.6 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 215.1 checking whether fdopendir is declared... yes #11 215.4 checking whether fdopendir works... yes #11 215.9 checking for flexible array member... yes #11 216.3 checking for __fpending... yes #11 216.9 checking whether __fpending is declared... yes #11 217.2 checking whether free is known to preserve errno... no #11 217.4 checking whether fstatat (..., 0) works... yes #11 217.8 checking for sys/mount.h... yes #11 218.4 checking for statvfs function (SVR4)... yes #11 219.0 checking whether to use statvfs64... no #11 219.4 checking for two-argument statfs with statfs.f_frsize member... yes #11 220.3 checking sys/fs/s5param.h usability... no #11 220.7 checking sys/fs/s5param.h presence... no #11 220.8 checking for sys/fs/s5param.h... no #11 220.9 checking sys/statfs.h usability... yes #11 221.3 checking sys/statfs.h presence... yes #11 221.5 checking for sys/statfs.h... yes #11 221.6 checking for statfs that truncates block counts... no #11 221.9 checking for futimens... yes #11 222.4 checking whether futimens works... yes #11 224.0 checking for getline... yes #11 224.3 checking for working getline function... yes #11 224.9 checking for getloadavg... yes #11 225.2 checking sys/loadavg.h usability... no #11 225.5 checking sys/loadavg.h presence... no #11 225.6 checking for sys/loadavg.h... no #11 225.6 checking whether getloadavg is declared... yes #11 225.8 checking for getrandom... yes #11 226.1 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 226.4 checking for gettimeofday with POSIX signature... yes #11 226.6 checking whether the compiler supports the __inline keyword... yes #11 226.9 checking gmp.h usability... yes #11 228.8 checking gmp.h presence... yes #11 228.9 checking for gmp.h... yes #11 228.9 checking for library containing __gmpz_roinit_n... -lgmp #11 229.5 checking for memmem... yes #11 229.9 checking whether memmem works... yes #11 230.3 checking for mempcpy... yes #11 230.7 checking for memrchr... yes #11 231.0 checking for explicit_memset... no #11 231.3 checking for mkostemp... yes #11 231.8 checking for library containing nanosleep... none required #11 232.1 checking for working nanosleep... no (mishandles large arguments) #11 233.6 checking for sys/pstat.h... no #11 233.9 checking for sys/sysmp.h... no #11 234.4 checking for sys/param.h... (cached) yes #11 234.5 checking for sys/sysctl.h... (cached) yes #11 234.5 checking for sched_getaffinity_np... no #11 235.2 checking for pstat_getdynamic... no #11 235.6 checking for sysmp... no #11 236.2 checking for sysctl... (cached) yes #11 236.2 checking for sched_getaffinity... yes #11 236.5 checking for glibc compatible sched_getaffinity... yes #11 236.9 checking for pipe2... yes #11 237.5 checking whether signature of pselect conforms to POSIX... yes #11 237.9 checking whether pselect detects invalid fds... yes #11 238.3 checking whether pthread_sigmask is a macro... no #11 238.4 checking whether pthread_sigmask returns error numbers... yes #11 238.7 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 241.4 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 242.2 checking whether readlink signature is correct... yes #11 242.4 checking whether readlink handles trailing slash correctly... yes #11 243.0 checking whether readlink truncates results correctly... yes #11 243.6 checking for readlinkat... (cached) yes #11 243.6 checking whether readlinkat signature is correct... yes #11 243.9 checking for working re_compile_pattern... no #11 245.0 checking libintl.h usability... yes #11 245.5 checking libintl.h presence... yes #11 245.5 checking for libintl.h... yes #11 245.6 checking whether isblank is declared... yes #11 245.8 checking for sig2str... no #11 246.1 checking for sigdescr_np... no #11 246.8 checking for socklen_t... yes #11 247.1 checking for ssize_t... yes #11 247.2 checking for struct stat.st_atim.tv_nsec... yes #11 247.4 checking whether struct stat.st_atim is of type struct timespec... yes #11 247.6 checking for struct stat.st_birthtimespec.tv_nsec... no #11 248.1 checking for struct stat.st_birthtimensec... no #11 248.7 checking for struct stat.st_birthtim.tv_nsec... no #11 249.3 checking for bool, true, false... no #11 249.6 checking for stpcpy... yes #11 250.1 checking for working strnlen... yes #11 250.7 checking whether strtoimax works... yes #11 251.2 checking whether symlink handles trailing slash correctly... yes #11 251.6 checking whether localtime_r is declared... yes #11 251.8 checking whether localtime_r is compatible with its POSIX signature... yes #11 252.0 checking whether localtime works even near extrema... yes #11 252.5 checking for timezone_t... no #11 252.7 checking for timegm... yes #11 253.3 checking whether timer_settime is declared... yes #11 253.8 checking for library containing timer_settime... -lrt #11 254.9 checking for timer_settime... yes #11 255.8 checking for utimensat... yes #11 256.1 checking whether utimensat works... yes #11 257.9 checking for variable-length arrays... yes #11 258.2 checking whether getdtablesize works... yes #11 258.7 checking for __mktime_internal... no #11 259.2 checking for timer_getoverrun... yes #11 259.7 checking for gcc option to disable position independent executables... not needed #11 259.7 checking for __ctype_get_mb_cur_max... yes #11 260.1 checking whether MB_CUR_MAX is defined to function that won't link... no #11 260.3 #11 260.3 Configured for 'x86_64-pc-linux-gnu'. #11 260.3 #11 260.3 Where should the build process find the source code? . #11 260.3 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 260.3 Should Emacs use the GNU version of malloc? no #11 260.3 (The GNU allocators don't work with this system configuration.) #11 260.3 Should Emacs use a relocating allocator for buffers? no #11 260.3 Should Emacs use mmap(2) for buffer allocation? no #11 260.3 What window system should Emacs use? nextstep #11 260.3 What toolkit should Emacs use? none #11 260.3 Where do we find X Windows header files? NONE #11 260.3 Where do we find X Windows libraries? NONE #11 260.4 Does Emacs use -lXaw3d? no #11 260.4 Is Emacs being built for Android? no #11 260.4 Does Emacs use the X Double Buffer Extension? no #11 260.4 Does Emacs use -lXpm? no #11 260.4 Does Emacs use -ljpeg? no #11 260.4 Does Emacs use -ltiff? no #11 260.4 Does Emacs use a gif library? no #11 260.4 Does Emacs use a png library? no #11 260.4 Does Emacs use -lrsvg-2? no #11 260.4 Does Emacs use -lwebp? no #11 260.4 Does Emacs use -lsqlite3? no #11 260.4 Does Emacs use cairo? no #11 260.4 Does Emacs use -llcms2? no #11 260.4 Does Emacs use imagemagick? no #11 260.4 Does Emacs use native APIs for images? yes (ns) #11 260.4 Does Emacs support sound? yes #11 260.4 Does Emacs use -lgpm? no #11 260.4 Does Emacs use -ldbus? yes #11 260.4 Does Emacs use -lgconf? no #11 260.4 Does Emacs use GSettings? no #11 260.4 Does Emacs use a file notification library? yes -lglibc (inotify) #11 260.4 Does Emacs use access control lists? yes -lacl -lattr #11 260.4 Does Emacs use -lselinux? no #11 260.4 Does Emacs use -lgnutls? yes #11 260.4 Does Emacs use -lxml2? no #11 260.4 Does Emacs use -lfreetype? no #11 260.4 Does Emacs use HarfBuzz? no #11 260.4 Does Emacs use -lm17n-flt? no #11 260.4 Does Emacs use -lotf? no #11 260.4 Does Emacs use -lxft? no #11 260.4 Does Emacs use -lsystemd? no #11 260.4 Does Emacs use -ljansson? no #11 260.4 Does Emacs use -ltree-sitter? no #11 260.4 Does Emacs use the GMP library? yes #11 260.4 Does Emacs directly use zlib? yes #11 260.4 Does Emacs have dynamic modules support? yes #11 260.4 Does Emacs use toolkit scroll bars? yes #11 260.4 Does Emacs support Xwidgets? no #11 260.4 Does Emacs have threading support in lisp? yes #11 260.4 Does Emacs support the portable dumper? yes #11 260.4 Does Emacs support legacy unexec dumping? no #11 260.4 Which dumping strategy does Emacs use? pdumper #11 260.4 Does Emacs have native lisp compiler? no #11 260.4 Does Emacs use version 2 of the X Input Extension? no #11 260.4 Does Emacs generate a smaller-size Japanese dictionary? no #11 260.4 #11 260.4 #11 260.4 #11 260.4 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 260.4 Run 'make install' in order to build an application bundle. #11 260.4 The application will go to nextstep/Emacs.app and can be run or moved #11 260.4 from there. #11 260.4 The application will be fully self-contained. #11 260.4 #11 261.8 configure: creating ./config.status #11 263.1 config.status: creating src/verbose.mk #11 263.3 config.status: creating src/emacs-module.h #11 263.5 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 263.7 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 263.9 config.status: creating Makefile #11 264.1 config.status: creating lib/gnulib.mk #11 264.4 config.status: creating ./doc/man/emacs.1 #11 264.6 config.status: creating lib/Makefile #11 264.9 config.status: creating lib-src/Makefile #11 265.1 config.status: creating oldXMenu/Makefile #11 265.3 config.status: creating src/Makefile #11 265.5 config.status: creating lwlib/Makefile #11 265.6 config.status: creating nextstep/Makefile #11 265.7 config.status: creating nt/Makefile #11 265.9 config.status: creating doc/emacs/Makefile #11 266.0 config.status: creating doc/misc/Makefile #11 266.2 config.status: creating doc/lispintro/Makefile #11 266.3 config.status: creating doc/lispref/Makefile #11 266.4 config.status: creating lisp/Makefile #11 266.6 config.status: creating leim/Makefile #11 266.7 config.status: creating test/Makefile #11 266.8 config.status: creating test/manual/noverlay/Makefile #11 267.0 config.status: creating test/infra/Makefile #11 267.1 config.status: creating admin/charsets/Makefile #11 267.2 config.status: creating admin/unidata/Makefile #11 267.4 config.status: creating admin/grammars/Makefile #11 267.6 config.status: creating java/Makefile #11 267.7 config.status: creating cross/Makefile #11 267.8 config.status: creating java/AndroidManifest.xml #11 267.9 config.status: creating src/config.h #11 268.0 config.status: executing src/epaths.h commands #11 268.3 config.status: executing src/.gdbinit commands #11 268.4 config.status: executing doc/emacs/emacsver.texi commands #11 268.4 config.status: executing etc-refcards-emacsver.tex commands #11 268.6 configure: WARNING: This configuration installs a 'movemail' program #11 268.6 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 268.6 installed a 'movemail' program that retrieved POP3 email via only #11 268.6 insecure channels, a practice that is no longer recommended but that #11 268.6 you can continue to support by using './configure --with-pop'. #11 268.6 configure: You might want to install GNU Mailutils #11 268.6 and use './configure --with-mailutils'. #11 DONE 270.1s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 1.712 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 1.766 make[1]: Entering directory '/checkout' #12 2.024 make bootstrap-clean #12 2.064 make[2]: Entering directory '/checkout' #12 2.371 make -C src bootstrap-clean #12 2.431 make[3]: Entering directory '/checkout/src' #12 2.431 GEN /checkout/src/lisp.mk #12 3.421 rm -f android-emacs libemacs.so #12 3.433 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 3.456 rm -f dmpstruct.h #12 3.463 rm -f emacs.pdmp #12 3.468 rm -f ../etc/DOC #12 3.482 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 3.497 rm -f emacs-30.0.50 #12 3.503 rm -f buildobj.h #12 3.513 rm -f globals.h gl-stamp #12 3.518 rm -f ./*.res ./*.tmp #12 3.528 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 3.534 rm -f ../etc/DOC* #12 3.573 rm -f deps/* #12 3.585 rm -f emacs-module.h epaths.h config.h config.stamp #12 3.595 if test -f ./.gdbinit; then \ #12 3.595 mv ./.gdbinit ./.gdbinit.save; \ #12 3.595 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 3.595 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 3.595 fi #12 3.672 make[3]: Leaving directory '/checkout/src' #12 3.681 make -C oldXMenu bootstrap-clean #12 3.690 make[3]: Entering directory '/checkout/oldXMenu' #12 3.690 rm -f libXMenu11.a ./*.o deps/* #12 3.703 rm -f Makefile #12 3.709 rm -fr deps #12 3.714 make[3]: Leaving directory '/checkout/oldXMenu' #12 3.715 make -C lwlib bootstrap-clean #12 3.723 make[3]: Entering directory '/checkout/lwlib' #12 3.723 rm -f ./*.o liblw.a \#* deps/* #12 3.737 rm -f Makefile #12 3.739 rm -fr deps #12 3.746 rm -f TAGS #12 3.751 make[3]: Leaving directory '/checkout/lwlib' #12 3.773 make -C lib bootstrap-clean #12 4.173 make[3]: Entering directory '/checkout/lib' #12 4.181 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 4.245 rm -f core *.stackdump alloca.h assert.h byteswap.h dirent.h errno.h execinfo.h fcntl.h getopt.h getopt-cdefs.h malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h ieee754.h inttypes.h gmp.h limits.h signal.h stdckdint.h stddef.h stdint.h stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 stdlib.h stdlib.h-t1 stdlib.h-t2 stdlib.h-t3 string.h string.h-t1 string.h-t2 sys/random.h sys/select.h sys/stat.h sys/time.h sys/types.h time.h unistd.h unistd.h-t1 unistd.h-t2 unistd.h-t3 unistd.h-t4 #12 4.251 rm -f Makefile Makefile.android #12 4.261 rm -fr deps #12 4.271 make[3]: Leaving directory '/checkout/lib' #12 4.272 make -C lib-src bootstrap-clean #12 4.303 make[3]: Entering directory '/checkout/lib-src' #12 4.303 rm -f core ./*.o ./*.res #12 4.321 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 4.333 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 4.341 rm -f TAGS Makefile blessmail Makefile.android #12 4.349 make[3]: Leaving directory '/checkout/lib-src' #12 4.350 make -C nt bootstrap-clean #12 4.364 make[3]: Entering directory '/checkout/nt' #12 4.364 rm -f core *.o *.res #12 4.371 rm -f runemacs addpm cmdproxy ddeclient #12 4.406 rm -f TAGS Makefile *.rc #12 4.420 true #12 4.420 make[3]: Leaving directory '/checkout/nt' #12 4.433 make -C doc/emacs bootstrap-clean #12 4.452 make[3]: Entering directory '/checkout/doc/emacs' #12 4.452 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 4.452 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 4.484 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 4.500 rm -f Makefile #12 4.506 rm -f \ #12 4.506 ./../../info/emacs.info \ #12 4.506 ./../../info/emacs.info-[1-9] \ #12 4.506 ./../../info/emacs.info-[1-9][0-9] #12 4.521 rm -f ./emacsver.texi TAGS #12 4.537 make[3]: Leaving directory '/checkout/doc/emacs' #12 4.545 make -C doc/misc bootstrap-clean #12 4.553 make[3]: Entering directory '/checkout/doc/misc' #12 4.572 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 4.572 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 4.572 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 4.588 rm -f gnustmp* #12 4.607 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 4.621 rm -f Makefile #12 4.629 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 4.629 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 4.629 rm -f \ #12 4.629 ./../../info/${file} \ #12 4.629 ./../../info/${file}-[1-9] \ #12 4.629 ./../../info/${file}-[1-9][0-9]; \ #12 4.629 done #12 5.874 rm -f ./modus-themes.texi ./org.texi #12 5.883 rm -f TAGS #12 5.913 make[3]: Leaving directory '/checkout/doc/misc' #12 5.921 make -C doc/lispref bootstrap-clean #12 5.934 make[3]: Entering directory '/checkout/doc/lispref' #12 5.934 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 5.934 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 5.940 rm -f elisp[12]* vol[12].tmp #12 5.967 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 5.986 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 5.991 rm -f Makefile #12 6.005 rm -f \ #12 6.005 ./../../info/elisp.info \ #12 6.005 ./../../info/elisp.info-[1-9] \ #12 6.005 ./../../info/elisp.info-[1-9][0-9] #12 6.009 rm -f TAGS #12 6.021 make[3]: Leaving directory '/checkout/doc/lispref' #12 6.033 make -C doc/lispintro bootstrap-clean #12 6.041 make[3]: Entering directory '/checkout/doc/lispintro' #12 6.041 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 6.041 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 6.066 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 6.082 rm -f Makefile #12 6.089 rm -f \ #12 6.089 ./../../info/eintr.info \ #12 6.089 ./../../info/eintr.info-[1-9] #12 6.101 rm -f TAGS #12 6.130 make[3]: Leaving directory '/checkout/doc/lispintro' #12 6.155 make -C test bootstrap-clean #12 6.171 make[3]: Entering directory '/checkout/test' #12 6.722 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 6.790 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 6.815 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 6.829 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 6.829 src/emacs-module-resources/*.dll gmp.h #12 6.838 find . -name '*.elc' -delete #12 6.863 make[3]: Leaving directory '/checkout/test' #12 6.864 make -C java bootstrap-clean #12 7.124 make[3]: Entering directory '/checkout/java' #12 7.140 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 7.144 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 7.148 find . -name '*.class' -delete #12 7.153 rm -f Makefile ndk-build.mk #12 7.157 make[3]: Leaving directory '/checkout/java' #12 7.158 make -C cross bootstrap-clean #12 7.171 make[3]: Entering directory '/checkout/cross' #12 7.172 for dir in src lib-src lib etc; do \ #12 7.172 find $dir -type f -delete; \ #12 7.172 done #12 7.208 rm -rf lib/config.h lib-src/config.h #12 7.227 if test -f ndk-build/Makefile; then \ #12 7.227 make -C ndk-build clean; \ #12 7.227 fi #12 7.240 for dir in src lib-src lib etc; do \ #12 7.240 find $dir -type l -delete; \ #12 7.240 done #12 7.293 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 7.296 rm -rf ndk-build/ndk-build.mk Makefile #12 7.298 make[3]: Leaving directory '/checkout/cross' #12 7.299 make -C nextstep bootstrap-clean #12 7.308 make[3]: Entering directory '/checkout/nextstep' #12 7.321 rm -rf /checkout/nextstep/Emacs.app #12 7.333 rm -f Makefile #12 7.345 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 7.345 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 7.345 Cocoa/Emacs.base/Contents/Info.plist \ #12 7.345 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 7.349 make[3]: Leaving directory '/checkout/nextstep' #12 7.349 make -C admin/charsets bootstrap-clean #12 7.367 make[3]: Entering directory '/checkout/admin/charsets' #12 7.367 make[3]: Nothing to be done for 'bootstrap-clean'. #12 7.367 make[3]: Leaving directory '/checkout/admin/charsets' #12 7.368 make -C admin/unidata bootstrap-clean #12 7.373 make[3]: Entering directory '/checkout/admin/unidata' #12 7.424 rm -f ./*.elc unidata.txt #12 7.437 make[3]: Leaving directory '/checkout/admin/unidata' #12 7.449 make -C leim bootstrap-clean #12 7.470 make[3]: Entering directory '/checkout/leim' #12 7.471 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 7.485 make[3]: Leaving directory '/checkout/leim' #12 7.486 make -C lisp bootstrap-clean #12 7.491 make[3]: Entering directory '/checkout/lisp' #12 7.645 find . -name '*.elc' -delete #12 7.664 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 7.669 make[3]: Leaving directory '/checkout/lisp' #12 7.674 make -C admin/grammars bootstrap-clean #12 7.694 make[3]: Entering directory '/checkout/admin/grammars' #12 7.695 make[3]: Nothing to be done for 'bootstrap-clean'. #12 7.695 make[3]: Leaving directory '/checkout/admin/grammars' #12 7.705 [ ! -f config.log ] || mv -f config.log config.log~ #12 7.762 rm -rf ./info #12 7.768 rm -f ./etc/refcards/emacsver.tex #12 7.773 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 7.781 rm -fr autom4te.cache config.cache #12 7.786 rm -f config.log ./doc/man/emacs.1 #12 7.816 make[2]: Leaving directory '/checkout' #12 7.816 cd . && ./autogen.sh autoconf #12 7.856 Checking whether you have the necessary tools... #12 7.856 (Read INSTALL.REPO for more details on building Emacs) #12 7.882 Checking for autoconf (need at least version 2.65) ... ok #12 7.980 Your system has the required tools. #12 8.013 Running 'autoreconf -fi -I m4' ... #12 43.31 Building 'aclocal.m4' in exec ... #12 43.31 Running 'autoreconf -fi' in exec ... #12 51.59 You can now run './autogen.sh git'. #12 51.59 make MAKEFILE_NAME=force-Makefile force-Makefile #12 51.60 make[2]: Entering directory '/checkout' #12 51.62 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 51.86 if [ -x ./config.status ]; then \ #12 51.86 ./config.status --recheck; \ #12 51.86 else \ #12 51.86 ./configure --cache-file=/dev/null; \ #12 51.86 fi #12 52.01 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 52.91 checking for xcrun... no #12 52.91 checking for GNU Make... make #12 53.05 checking build system type... x86_64-pc-linux-gnu #12 53.87 checking host system type... x86_64-pc-linux-gnu #12 53.89 checking for gcc... gcc #12 54.19 checking whether the C compiler works... yes #12 54.56 checking for C compiler default output file name... a.out #12 54.56 checking for suffix of executables... #12 54.92 checking whether we are cross compiling... no #12 55.17 checking for suffix of object files... o #12 55.42 checking whether we are using the GNU C compiler... yes #12 55.65 checking whether gcc accepts -g... yes #12 55.86 checking for gcc option to enable C11 features... none needed #12 56.20 checking whether the compiler is clang... no #12 56.33 checking for compiler option needed when checking for declarations... none #12 56.33 checking whether gcc and cc understand -c and -o together... yes #12 56.96 checking how to run the C preprocessor... gcc -E #12 57.37 checking for grep that handles long lines and -e... /bin/grep #12 57.39 checking for egrep... /bin/grep -E #12 57.40 checking for ANSI C header files... yes #12 58.17 checking for sys/types.h... yes #12 58.35 checking for sys/stat.h... yes #12 58.57 checking for stdlib.h... yes #12 58.79 checking for string.h... yes #12 59.15 checking for memory.h... yes #12 59.53 checking for strings.h... yes #12 59.85 checking for inttypes.h... yes #12 60.19 checking for stdint.h... yes #12 60.51 checking for unistd.h... yes #12 60.76 checking for wchar.h... yes #12 61.07 checking for minix/config.h... no #12 61.36 checking for linux/fs.h... yes #12 61.64 checking for malloc.h... yes #12 61.94 checking for sys/systeminfo.h... no #12 62.27 checking for sys/sysinfo.h... yes #12 62.54 checking for coff.h... no #12 62.80 checking for pty.h... yes #12 63.21 checking for sys/resource.h... yes #12 63.47 checking for sys/utsname.h... yes #12 63.99 checking for pwd.h... yes #12 64.19 checking for util.h... no #12 64.41 checking for sanitizer/lsan_interface.h... yes #12 64.65 checking for sanitizer/asan_interface.h... yes #12 64.91 checking for sanitizer/common_interface_defs.h... yes #12 65.28 checking for sys/socket.h... yes #12 65.66 checking for stdlib.h... (cached) yes #12 65.75 checking for unistd.h... (cached) yes #12 65.81 checking for sys/param.h... yes #12 66.17 checking for pthread.h... yes #12 66.69 checking for malloc/malloc.h... no #12 67.06 checking for sys/un.h... yes #12 67.45 checking for utmp.h... yes #12 67.89 checking for utmpx.h... yes #12 68.38 checking for OS.h... no #12 68.72 checking for dirent.h... yes #12 69.32 checking for execinfo.h... yes #12 69.87 checking for linux/xattr.h... yes #12 70.40 checking for stdio_ext.h... yes #12 71.06 checking for sys/vfs.h... yes #12 71.52 checking for sys/fs_types.h... no #12 71.93 checking for getopt.h... yes #12 72.29 checking for sys/cdefs.h... yes #12 72.62 checking for sys/time.h... yes #12 73.09 checking for ieee754.h... yes #12 73.53 checking for limits.h... yes #12 73.99 checking for inttypes.h... (cached) yes #12 74.06 checking for sys/types.h... (cached) yes #12 74.12 checking for stdint.h... (cached) yes #12 74.27 checking for sys/select.h... yes #12 74.79 checking for stdbool.h... yes #12 75.33 checking for stdckdint.h... no #12 75.85 checking for sys/random.h... yes #12 76.37 checking for sys/stat.h... (cached) yes #12 76.44 checking whether it is safe to define __EXTENSIONS__... yes #12 76.75 checking whether _XOPEN_SOURCE should be defined... no #12 76.95 checking for Minix Amsterdam compiler... no #12 77.09 checking for ar... ar #12 77.11 checking for ranlib... ranlib #12 77.13 checking for gcc option to enable large file support... none needed #12 77.70 checking for gcc option for timestamps after 2038... none needed #12 77.97 checking for g++... g++ #12 78.03 checking whether we are using the GNU C++ compiler... yes #12 78.26 checking whether g++ accepts -g... yes #12 78.52 checking for g++ option to enable C++11 features... none needed #12 137.5 checking how to run the C++ preprocessor... g++ -E #12 137.6 checking whether gcc accepts -g3 -O2... yes #12 137.7 checking whether the compiler is clang... no #12 137.8 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 137.9 checking whether -Wno-missing-field-initializers is needed... yes #12 139.4 checking whether -Wuninitialized is supported... yes #12 139.8 checking whether C compiler handles -fstrict-flex-arrays... no #12 140.1 checking whether C compiler handles -Wall... yes #12 140.6 checking whether C compiler handles -Warith-conversion... yes #12 141.4 checking whether C compiler handles -Wdate-time... yes #12 142.2 checking whether C compiler handles -Wdisabled-optimization... yes #12 143.0 checking whether C compiler handles -Wdouble-promotion... yes #12 143.7 checking whether C compiler handles -Wduplicated-cond... yes #12 144.3 checking whether C compiler handles -Wextra... yes #12 145.5 checking whether C compiler handles -Wformat-signedness... yes #12 146.5 checking whether C compiler handles -Winit-self... yes #12 147.1 checking whether C compiler handles -Winvalid-pch... yes #12 148.3 checking whether C compiler handles -Wlogical-op... yes #12 149.1 checking whether C compiler handles -Wmissing-declarations... yes #12 149.8 checking whether C compiler handles -Wmissing-include-dirs... yes #12 150.6 checking whether C compiler handles -Wmissing-prototypes... yes #12 151.4 checking whether C compiler handles -Wnested-externs... yes #12 151.9 checking whether C compiler handles -Wnull-dereference... yes #12 152.5 checking whether C compiler handles -Wold-style-definition... yes #12 153.3 checking whether C compiler handles -Wopenmp-simd... yes #12 154.1 checking whether C compiler handles -Wpacked... yes #12 154.7 checking whether C compiler handles -Wpointer-arith... yes #12 155.5 checking whether C compiler handles -Wstrict-flex-arrays... no #12 155.7 checking whether C compiler handles -Wstrict-prototypes... yes #12 156.5 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 157.2 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 157.8 checking whether C compiler handles -Wsuggest-final-methods... yes #12 158.4 checking whether C compiler handles -Wsuggest-final-types... yes #12 159.0 checking whether C compiler handles -Wtrampolines... yes #12 159.6 checking whether C compiler handles -Wuninitialized... yes #12 160.3 checking whether C compiler handles -Wunknown-pragmas... yes #12 161.0 checking whether C compiler handles -Wunused-macros... yes #12 161.9 checking whether C compiler handles -Wvariadic-macros... yes #12 162.4 checking whether C compiler handles -Wvector-operation-performance... yes #12 163.1 checking whether C compiler handles -Wwrite-strings... yes #12 163.8 checking whether C compiler handles -Warray-bounds=2... yes #12 164.5 checking whether C compiler handles -Wattribute-alias=2... yes #12 165.1 checking whether C compiler handles -Wformat=2... yes #12 165.6 checking whether C compiler handles -Wformat-truncation=2... yes #12 166.2 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 166.8 checking whether C compiler handles -Wshift-overflow=2... yes #12 167.4 checking whether C compiler handles -Wuse-after-free=3... no #12 167.8 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 168.6 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 169.1 checking whether C compiler handles -Wredundant-decls... yes #12 169.6 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 169.6 checking whether C compiler handles -Wno-override-init... yes #12 170.4 checking whether C compiler handles -Wno-sign-compare... yes #12 171.0 checking whether C compiler handles -Wno-type-limits... yes #12 171.7 checking whether C compiler handles -Wno-unused-parameter... yes #12 172.2 checking whether C compiler handles -Wno-format-nonliteral... yes #12 172.9 checking whether C compiler handles -Wno-bidi-chars... no #12 173.1 checking for a BSD-compatible install... /usr/bin/install -c #12 173.3 checking command to symlink files in the same directory... ln -s #12 173.5 checking for install-info... : #12 173.5 checking for gzip... /bin/gzip #12 173.5 checking for 'find' args to delete a file... -delete #12 173.5 checking for brew... no #12 175.1 checking for -znocombreloc... not needed #12 175.1 checking whether addresses are sanitized... no #12 175.4 checking for math library... -lm #12 178.5 checking for struct passwd.pw_gecos... yes #12 179.0 checking for pkg-config... /usr/bin/pkg-config #12 179.0 checking pkg-config is at least version 0.9.0... yes #12 179.1 checking for machine/soundcard.h... no #12 179.4 checking for sys/soundcard.h... yes #12 180.0 checking for soundcard.h... no #12 180.4 checking for mmsystem.h... no #12 180.6 checking for _oss_ioctl in -lossaudio... no #12 181.2 checking for alsa >= 1.0.0... no #12 181.3 checking for ADDR_NO_RANDOMIZE... yes #12 181.7 checking if Linux sysinfo may be used... yes #12 182.9 checking for sys/wait.h that is POSIX.1 compatible... yes #12 183.4 checking for net/if.h... yes #12 183.9 checking for ifaddrs.h... yes #12 184.4 checking for net/if_dl.h... no #12 184.9 checking for struct ifreq.ifr_flags... yes #12 185.5 checking for struct ifreq.ifr_hwaddr... yes #12 186.7 checking for struct ifreq.ifr_netmask... yes #12 187.9 checking for struct ifreq.ifr_broadaddr... yes #12 189.0 checking for struct ifreq.ifr_addr... yes #12 190.3 checking for struct ifreq.ifr_addr.sa_len... no #12 191.5 checking whether gcc understands -MMD -MF... yes #12 191.9 checking for X... no #12 193.6 checking AppKit/AppKit.h usability... yes #12 198.2 checking AppKit/AppKit.h presence... yes #12 199.2 checking for AppKit/AppKit.h... yes #12 199.2 checking for Mac OS X 12.0 or later... yes #12 199.5 checking for gcc... gcc #12 199.7 checking whether we are using the GNU Objective C compiler... yes #12 199.9 checking whether gcc accepts -g... yes #12 200.2 checking if the Objective C compiler supports instancetype... yes #12 200.4 checking if the Objective C compiler defaults to C99... no #12 200.6 checking whether malloc is Doug Lea style... no #12 200.9 checking for sbrk... yes #12 201.7 checking for __lsan_ignore_object... no #12 202.4 checking for fchmod... yes #12 203.0 checking for utmpname... yes #12 203.8 checking for utmpxname... yes #12 204.6 checking for canonicalize_file_name... yes #12 205.2 checking for realpath... yes #12 205.9 checking for lstat... yes #12 207.0 checking for fchmodat... yes #12 208.5 checking for lchmod... no #12 209.1 checking for fcntl... yes #12 211.0 checking for fdopendir... yes #12 212.0 checking for listxattr... yes #12 213.3 checking for fstatat... yes #12 214.4 checking for fsync... yes #12 215.5 checking for gettimeofday... yes #12 217.2 checking for memset_explicit... no #12 218.6 checking for memset_s... no #12 220.1 checking for pselect... yes #12 221.2 checking for readlink... yes #12 222.4 checking for isblank... yes #12 223.6 checking for iswctype... yes #12 224.9 checking for strtoimax... yes #12 226.7 checking for symlink... yes #12 228.7 checking for localtime_r... yes #12 230.5 checking for getdtablesize... yes #12 232.1 checking for getpagesize... yes #12 233.8 checking for working mmap... yes #12 236.6 checking for main in -lXbsd... no #12 237.6 checking for pthread library... -lpthread #12 241.2 checking for thread support... yes #12 241.2 checking for librsvg-2.0 >= 2.14.0... no #12 241.4 checking for libwebpdemux >= 0.6.0... no #12 241.6 checking for WebPGetInfo... no #12 242.9 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 243.0 checking for sqlite3_open_v2 in -lsqlite3... no #12 243.9 checking for getaddrinfo_a in -lanl... yes #12 245.0 checking for malloc_trim... yes #12 247.1 checking for dbus-1 >= 1.0... yes #12 247.5 checking for dbus_watch_get_unix_fd... yes #12 249.7 checking for dbus_type_is_valid... yes #12 251.7 checking for dbus_validate_bus_name... yes #12 254.0 checking for dbus_validate_path... yes #12 256.3 checking for dbus_validate_interface... yes #12 258.4 checking for dbus_validate_member... yes #12 260.1 checking for lgetfilecon in -lselinux... no #12 260.8 checking for gnutls >= 2.12.2... yes #12 261.2 checking for libsystemd >= 222... no #12 261.4 checking for jansson >= 2.7... no #12 261.6 checking for tree-sitter >= 0.20.2... no #12 261.8 checking for tree-sitter >= 0.6.3... no #12 261.9 checking sys/inotify.h usability... yes #12 263.5 checking sys/inotify.h presence... yes #12 263.9 checking for sys/inotify.h... yes #12 263.9 checking for inotify_init1... yes #12 265.9 checking for jpeglib 6b or later... no #12 267.2 checking for lcms2... no #12 267.4 checking for library containing inflateEnd... -lz #12 270.3 checking for dladdr... yes #12 271.9 checking for dlfunc... no #12 273.6 checking for libpng >= 1.0.0... no #12 273.8 checking for libpng not configured by pkg-config... no #12 274.4 checking tiffio.h usability... no #12 275.6 checking tiffio.h presence... no #12 276.1 checking for tiffio.h... no #12 276.1 checking gif_lib.h usability... no #12 277.2 checking gif_lib.h presence... no #12 277.6 checking for gif_lib.h... no #12 277.7 checking gpm.h usability... no #12 278.5 checking gpm.h presence... no #12 278.9 checking for gpm.h... no #12 279.0 checking for libxml-2.0 > 2.6.17... no #12 279.2 checking for maillock in -lmail... no #12 280.1 checking for maillock in -llockfile... no #12 281.2 checking for liblockfile.so... no #12 281.2 checking maillock.h usability... no #12 282.2 checking maillock.h presence... no #12 283.0 checking for maillock.h... no #12 283.2 checking linux/seccomp.h usability... yes #12 284.3 checking linux/seccomp.h presence... yes #12 284.6 checking for linux/seccomp.h... yes #12 284.9 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 285.7 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 286.4 checking linux/filter.h usability... yes #12 287.6 checking linux/filter.h presence... yes #12 287.9 checking for linux/filter.h... yes #12 288.2 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 288.3 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 288.3 checking for libseccomp >= 2.5.2... no #12 288.5 checking size of long... 8 #12 290.7 checking for accept4... yes #12 292.8 checking for fchdir... yes #12 295.3 checking for gethostname... yes #12 298.0 checking for getrusage... yes #12 300.6 checking for get_current_dir_name... yes #12 301.6 checking for lrand48... yes #12 302.4 checking for random... yes #12 303.2 checking for rint... yes #12 304.5 checking for tcdrain... yes #12 305.6 checking for trunc... yes #12 308.0 checking for select... yes #12 309.2 checking for getpagesize... (cached) yes #12 309.4 checking for setlocale... yes #12 310.6 checking for newlocale... yes #12 311.3 checking for getrlimit... yes #12 311.8 checking for setrlimit... yes #12 312.4 checking for shutdown... yes #12 312.8 checking for pthread_sigmask... (cached) yes #12 312.9 checking for strsignal... yes #12 313.1 checking for setitimer... yes #12 313.7 checking for sendto... yes #12 314.6 checking for recvfrom... yes #12 315.1 checking for getsockname... yes #12 315.5 checking for getifaddrs... yes #12 315.9 checking for freeifaddrs... yes #12 328.5 checking for gai_strerror... yes #12 329.8 checking for sync... yes #12 331.2 checking for endpwent... yes #12 333.2 checking for getgrent... yes #12 334.7 checking for endgrent... yes #12 336.5 checking for renameat2... yes #12 337.4 checking for cfmakeraw... yes #12 338.7 checking for cfsetspeed... yes #12 340.3 checking for __executable_start... yes #12 341.8 checking for log2... yes #12 343.2 checking for pthread_setname_np... yes #12 345.1 checking for pthread_set_name_np... no #12 347.1 checking for getpwent... yes #12 348.4 checking whether pthread_setname_np takes a single argument... no #12 349.1 checking whether pthread_setname_np takes three arguments... no #12 349.9 checking for aligned_alloc... yes #12 352.2 checking whether aligned_alloc is declared... yes #12 353.5 checking for posix_madvise... yes #12 355.5 checking for madvise... yes #12 357.1 checking for __builtin_frame_address... yes #12 358.7 checking for __builtin_unwind_init... yes #12 360.5 checking for _LARGEFILE_SOURCE value needed for large files... no #12 362.5 checking for grantpt... yes #12 364.5 checking for getpt... yes #12 366.4 checking for posix_openpt... yes #12 368.8 checking for library containing tputs... -ltinfo #12 372.3 checking whether -ltinfo library defines BC... yes #12 374.6 checking for timerfd interface... yes #12 375.6 checking whether signals can be handled on alternate stack... yes #12 377.1 checking valgrind/valgrind.h usability... no #12 378.3 checking valgrind/valgrind.h presence... no #12 378.8 checking for valgrind/valgrind.h... no #12 378.8 checking for struct unipair.unicode... yes #12 379.7 checking for pid_t... yes #12 382.4 checking vfork.h usability... no #12 383.9 checking vfork.h presence... no #12 384.4 checking for vfork.h... no #12 384.6 checking for fork... yes #12 387.5 checking for vfork... yes #12 388.9 checking for working fork... yes #12 391.3 checking for working vfork... (cached) yes #12 391.4 checking for snprintf... yes #12 393.3 checking for open_memstream... yes #12 395.0 checking spawn.h usability... yes #12 397.3 checking spawn.h presence... yes #12 397.9 checking for spawn.h... yes #12 398.1 checking for posix_spawn... yes #12 400.9 checking for posix_spawn_file_actions_addchdir... no #12 403.6 checking for posix_spawn_file_actions_addchdir_np... yes #12 405.7 checking for posix_spawnattr_setflags... yes #12 408.1 checking whether POSIX_SPAWN_SETSID is declared... yes #12 409.3 checking whether GLib is linked in... no #12 409.9 checking for nl_langinfo and CODESET... yes #12 411.8 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 413.6 checking for mbstate_t... yes #12 415.7 checking for signals via characters... yes #12 417.1 checking for _setjmp... yes #12 418.5 checking for sigsetjmp... yes #12 420.6 checking POSIX termios... yes #12 422.8 checking size of speed_t... 4 #12 424.9 checking for usable FIONREAD... yes #12 426.2 checking for usable SIGIO... yes #12 427.8 checking for struct alignment... yes #12 428.9 checking for C/C++ restrict keyword... __restrict__ #12 430.0 checking for typeof syntax and keyword spelling... typeof #12 431.2 checking for statement expressions... yes #12 432.1 checking whether malloc (0) returns nonnull... yes #12 434.8 checking sys/acl.h usability... yes #12 436.7 checking sys/acl.h presence... yes #12 437.3 checking for sys/acl.h... yes #12 437.4 checking for library containing acl_get_file... -lacl #12 442.4 checking for acl_get_file... yes #12 445.9 checking for acl_get_fd... yes #12 448.8 checking for acl_set_file... yes #12 450.7 checking for acl_set_fd... yes #12 453.2 checking for acl_free... yes #12 455.4 checking for acl_from_mode... yes #12 457.8 checking for acl_from_text... yes #12 460.8 checking for acl_delete_def_file... yes #12 463.3 checking for acl_extended_file... yes #12 465.5 checking for acl_delete_fd_np... no #12 467.2 checking for acl_delete_file_np... no #12 468.8 checking for acl_copy_ext_native... no #12 470.9 checking for acl_create_entry_np... no #12 472.8 checking for acl_to_short_text... no #12 475.0 checking for acl_free_text... no #12 476.6 checking for working acl_get_file... yes #12 478.2 checking acl/libacl.h usability... yes #12 479.8 checking acl/libacl.h presence... yes #12 480.3 checking for acl/libacl.h... yes #12 480.4 checking for acl_entries... yes #12 481.8 checking for ACL_FIRST_ENTRY... yes #12 482.8 checking for ACL_TYPE_EXTENDED... no #12 483.8 checking for working alloca.h... yes #12 485.3 checking for alloca... yes #12 486.7 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 486.8 checking whether the preprocessor supports include_next... yes #12 488.0 checking whether source code line length is unlimited... yes #12 488.4 checking whether endutent is declared... yes #12 490.2 checking for struct utmpx.ut_user... yes #12 492.1 checking for struct utmp.ut_user... yes #12 494.1 checking for struct utmpx.ut_name... yes #12 495.8 checking for struct utmp.ut_name... yes #12 496.9 checking for struct utmpx.ut_type... yes #12 498.6 checking for struct utmp.ut_type... yes #12 500.1 checking for struct utmpx.ut_pid... yes #12 501.5 checking for struct utmp.ut_pid... yes #12 503.1 checking for struct utmp.ut_tv... yes #12 506.5 checking for struct utmpx.ut_host... yes #12 507.8 checking for struct utmp.ut_host... yes #12 509.1 checking for struct utmpx.ut_id... yes #12 510.3 checking for struct utmp.ut_id... yes #12 511.7 checking for struct utmpx.ut_session... yes #12 513.1 checking for struct utmp.ut_session... yes #12 514.7 checking for struct utmpx.ut_exit... yes #12 517.4 checking for struct utmp.ut_exit... yes #12 520.5 checking for struct utmpx.ut_exit.ut_exit... no #12 523.2 checking for struct utmpx.ut_exit.e_exit... yes #12 524.0 checking for struct utmp.ut_exit.e_exit... yes #12 525.3 checking for struct utmpx.ut_exit.ut_termination... no #12 527.4 checking for struct utmpx.ut_exit.e_termination... yes #12 528.8 checking for struct utmp.ut_exit.e_termination... yes #12 530.1 checking whether sysinfo is declared... yes #12 530.8 checking for sys/sysctl.h... yes #12 532.2 checking for sysctl... yes #12 533.5 checking whether lstat correctly handles trailing slash... yes #12 535.5 checking whether // is distinct from /... no #12 535.6 checking whether realpath works... yes #12 537.2 checking for faccessat... yes #12 538.2 checking for getcwd... yes #12 539.6 checking whether byte ordering is bigendian... no #12 541.9 checking if environ is properly declared... yes #12 542.5 checking for complete errno.h... yes #12 542.9 checking whether ctype.h defines __header_inline... no #12 543.1 checking for mode_t... yes #12 545.4 checking whether strmode is declared... no #12 546.8 checking whether getline is declared... yes #12 548.0 checking for gawk... no #12 548.1 checking for mawk... mawk #12 548.1 checking for getopt.h... (cached) yes #12 548.2 checking for getopt_long_only... yes #12 549.9 checking whether getopt is POSIX compatible... yes #12 555.6 checking for working GNU getopt function... yes #12 557.9 checking for working GNU getopt_long function... yes #12 559.4 checking whether timespec_get is declared... yes #12 559.8 checking for timespec_get... yes #12 560.8 checking for struct timeval... yes #12 561.9 checking for wide-enough struct timeval.tv_sec member... yes #12 562.9 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 563.6 checking whether the compiler produces multi-arch binaries... no #12 564.1 checking whether stdint.h conforms to C99... yes #12 566.5 checking whether stdint.h works without ISO C predefines... yes #12 567.2 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 568.5 checking whether memmem is declared... yes #12 570.0 checking whether memrchr is declared... yes #12 571.2 checking whether defines MIN and MAX... no #12 571.6 checking whether defines MIN and MAX... yes #12 572.1 checking whether time_t is signed... yes #12 573.0 checking whether alarm is declared... yes #12 574.3 checking for working mktime... no #12 579.3 checking whether struct tm is in sys/time.h or time.h... time.h #12 579.9 checking for struct tm.tm_zone... yes #12 580.8 checking for struct tm.tm_gmtoff... yes #12 581.1 checking whether is self-contained... yes #12 582.7 checking for inline... inline #12 583.0 checking for sigset_t... yes #12 583.8 checking for volatile sig_atomic_t... yes #12 584.7 checking for sighandler_t... yes #12 585.5 checking for wchar_t... yes #12 585.9 checking for good max_align_t... yes #12 586.2 checking whether NULL can be used in arbitrary expressions... yes #12 586.7 checking for unreachable... no #12 587.5 checking whether fcloseall is declared... yes #12 588.8 checking whether getw is declared... yes #12 590.4 checking whether putw is declared... yes #12 591.4 checking which flavor of printf attribute matches inttypes macros... system #12 592.4 checking whether strnlen is declared... yes #12 593.8 checking whether strtoimax is declared... yes #12 595.0 checking whether stat file-mode macros are broken... no #12 595.5 checking for nlink_t... yes #12 596.5 checking for struct timespec in ... yes #12 596.9 checking for TIME_UTC in ... yes #12 597.3 checking whether execvpe is declared... yes #12 598.0 checking whether clearerr_unlocked is declared... yes #12 598.8 checking whether feof_unlocked is declared... yes #12 599.8 checking whether ferror_unlocked is declared... yes #12 600.6 checking whether fflush_unlocked is declared... yes #12 601.0 checking whether fgets_unlocked is declared... yes #12 602.4 checking whether fputc_unlocked is declared... yes #12 603.2 checking whether fputs_unlocked is declared... yes #12 603.9 checking whether fread_unlocked is declared... yes #12 604.6 checking whether fwrite_unlocked is declared... yes #12 605.5 checking whether getc_unlocked is declared... yes #12 606.3 checking whether getchar_unlocked is declared... yes #12 607.0 checking whether putc_unlocked is declared... yes #12 607.7 checking whether putchar_unlocked is declared... yes #12 608.7 checking type of array argument to getgroups... gid_t #12 610.4 checking whether getdelim is declared... yes #12 610.9 checking whether getdtablesize is declared... yes #12 611.2 checking whether malloc is ptrdiff_t safe... yes #12 611.4 checking whether malloc, realloc, calloc set errno on failure... yes #12 611.4 checking for O_CLOEXEC... yes #12 611.6 checking for promoted mode_t type... mode_t #12 611.7 checking whether the utimes function works... yes #12 612.6 checking for C compiler option to allow warnings... -Wno-error #12 613.0 checking for alignas and alignof... yes, macros #12 613.6 checking for alloca as a compiler built-in... yes #12 613.8 checking for static_assert... yes, an macro #12 614.5 checking for __builtin_expect... yes #12 615.2 checking byteswap.h usability... yes #12 616.0 checking byteswap.h presence... yes #12 616.2 checking for byteswap.h... yes #12 616.2 checking for readlinkat... yes #12 617.0 checking for library containing clock_gettime... none required #12 617.6 checking for clock_getres... yes #12 618.3 checking for clock_gettime... yes #12 619.3 checking for clock_settime... yes #12 620.2 checking for copy_file_range... yes #12 620.9 checking for d_type member in directory struct... yes #12 622.0 checking whether // is distinct from /... (cached) no #12 622.0 checking whether dup2 works... yes #12 622.9 checking for library containing backtrace_symbols_fd... none required #12 623.9 checking for faccessat... (cached) yes #12 624.0 checking whether fchmodat works... no #12 625.5 checking for readlinkat... (cached) yes #12 625.5 checking whether fcntl handles F_DUPFD correctly... yes #12 626.7 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 628.1 checking whether fdopendir is declared... yes #12 628.5 checking whether fdopendir works... yes #12 629.5 checking for flexible array member... yes #12 630.4 checking for __fpending... yes #12 631.3 checking whether __fpending is declared... yes #12 631.8 checking whether free is known to preserve errno... no #12 632.2 checking whether fstatat (..., 0) works... yes #12 632.9 checking for sys/mount.h... yes #12 633.8 checking for statvfs function (SVR4)... yes #12 634.6 checking whether to use statvfs64... no #12 634.8 checking for two-argument statfs with statfs.f_frsize member... yes #12 635.7 checking sys/fs/s5param.h usability... no #12 636.2 checking sys/fs/s5param.h presence... no #12 636.5 checking for sys/fs/s5param.h... no #12 636.6 checking sys/statfs.h usability... yes #12 637.1 checking sys/statfs.h presence... yes #12 637.2 checking for sys/statfs.h... yes #12 637.2 checking for statfs that truncates block counts... no #12 637.6 checking for futimens... yes #12 638.1 checking whether futimens works... yes #12 639.8 checking for getline... yes #12 640.4 checking for working getline function... yes #12 641.3 checking for getloadavg... yes #12 642.2 checking sys/loadavg.h usability... no #12 642.7 checking sys/loadavg.h presence... no #12 642.9 checking for sys/loadavg.h... no #12 642.9 checking whether getloadavg is declared... yes #12 643.4 checking for getrandom... yes #12 644.4 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 644.8 checking for gettimeofday with POSIX signature... yes #12 645.1 checking whether the compiler supports the __inline keyword... yes #12 645.7 checking gmp.h usability... yes #12 646.1 checking gmp.h presence... yes #12 646.4 checking for gmp.h... yes #12 646.5 checking for library containing __gmpz_roinit_n... -lgmp #12 648.0 checking for memmem... yes #12 648.6 checking whether memmem works... yes #12 649.1 checking for mempcpy... yes #12 649.6 checking for memrchr... yes #12 650.1 checking for explicit_memset... no #12 651.0 checking for mkostemp... yes #12 651.7 checking for library containing nanosleep... none required #12 652.3 checking for working nanosleep... no (mishandles large arguments) #12 654.0 checking for sys/pstat.h... no #12 655.0 checking for sys/sysmp.h... no #12 655.5 checking for sys/param.h... (cached) yes #12 655.6 checking for sys/sysctl.h... (cached) yes #12 655.6 checking for sched_getaffinity_np... no #12 656.5 checking for pstat_getdynamic... no #12 657.8 checking for sysmp... no #12 658.6 checking for sysctl... (cached) yes #12 658.7 checking for sched_getaffinity... yes #12 659.7 checking for glibc compatible sched_getaffinity... yes #12 660.3 checking for pipe2... yes #12 661.0 checking whether signature of pselect conforms to POSIX... yes #12 661.8 checking whether pselect detects invalid fds... yes #12 662.5 checking whether pthread_sigmask is a macro... no #12 662.7 checking whether pthread_sigmask returns error numbers... yes #12 664.1 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 666.9 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 669.0 checking whether readlink signature is correct... yes #12 669.3 checking whether readlink handles trailing slash correctly... yes #12 670.7 checking whether readlink truncates results correctly... yes #12 671.7 checking for readlinkat... (cached) yes #12 671.7 checking whether readlinkat signature is correct... yes #12 672.1 checking for working re_compile_pattern... no #12 674.0 checking libintl.h usability... yes #12 675.0 checking libintl.h presence... yes #12 675.1 checking for libintl.h... yes #12 675.2 checking whether isblank is declared... yes #12 675.5 checking for sig2str... no #12 676.2 checking for sigdescr_np... no #12 677.3 checking for socklen_t... yes #12 678.6 checking for ssize_t... yes #12 678.7 checking for struct stat.st_atim.tv_nsec... yes #12 678.8 checking whether struct stat.st_atim is of type struct timespec... yes #12 679.0 checking for struct stat.st_birthtimespec.tv_nsec... no #12 679.5 checking for struct stat.st_birthtimensec... no #12 680.2 checking for struct stat.st_birthtim.tv_nsec... no #12 681.0 checking for bool, true, false... no #12 681.4 checking for stpcpy... yes #12 681.9 checking for working strnlen... yes #12 682.8 checking whether strtoimax works... yes #12 683.8 checking whether symlink handles trailing slash correctly... yes #12 685.0 checking whether localtime_r is declared... yes #12 685.3 checking whether localtime_r is compatible with its POSIX signature... yes #12 685.6 checking whether localtime works even near extrema... yes #12 686.5 checking for timezone_t... no #12 686.7 checking for timegm... yes #12 687.0 checking whether timer_settime is declared... yes #12 687.2 checking for library containing timer_settime... -lrt #12 688.0 checking for timer_settime... yes #12 688.8 checking for utimensat... yes #12 689.7 checking whether utimensat works... yes #12 692.2 checking for variable-length arrays... yes #12 692.5 checking whether getdtablesize works... yes #12 693.1 checking for __mktime_internal... no #12 693.7 checking for timer_getoverrun... yes #12 694.4 checking for gcc option to disable position independent executables... not needed #12 694.4 checking for __ctype_get_mb_cur_max... yes #12 694.8 checking whether MB_CUR_MAX is defined to function that won't link... no #12 694.9 #12 694.9 Configured for 'x86_64-pc-linux-gnu'. #12 694.9 #12 694.9 Where should the build process find the source code? . #12 694.9 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 694.9 Should Emacs use the GNU version of malloc? no #12 694.9 (The GNU allocators don't work with this system configuration.) #12 694.9 Should Emacs use a relocating allocator for buffers? no #12 694.9 Should Emacs use mmap(2) for buffer allocation? no #12 694.9 What window system should Emacs use? nextstep #12 694.9 What toolkit should Emacs use? none #12 694.9 Where do we find X Windows header files? NONE #12 694.9 Where do we find X Windows libraries? NONE #12 694.9 Does Emacs use -lXaw3d? no #12 694.9 Is Emacs being built for Android? no #12 694.9 Does Emacs use the X Double Buffer Extension? no #12 694.9 Does Emacs use -lXpm? no #12 694.9 Does Emacs use -ljpeg? no #12 694.9 Does Emacs use -ltiff? no #12 694.9 Does Emacs use a gif library? no #12 694.9 Does Emacs use a png library? no #12 694.9 Does Emacs use -lrsvg-2? no #12 694.9 Does Emacs use -lwebp? no #12 694.9 Does Emacs use -lsqlite3? no #12 694.9 Does Emacs use cairo? no #12 694.9 Does Emacs use -llcms2? no #12 694.9 Does Emacs use imagemagick? no #12 694.9 Does Emacs use native APIs for images? yes (ns) #12 694.9 Does Emacs support sound? yes #12 694.9 Does Emacs use -lgpm? no #12 694.9 Does Emacs use -ldbus? yes #12 694.9 Does Emacs use -lgconf? no #12 694.9 Does Emacs use GSettings? no #12 694.9 Does Emacs use a file notification library? yes -lglibc (inotify) #12 694.9 Does Emacs use access control lists? yes -lacl -lattr #12 694.9 Does Emacs use -lselinux? no #12 694.9 Does Emacs use -lgnutls? yes #12 694.9 Does Emacs use -lxml2? no #12 694.9 Does Emacs use -lfreetype? no #12 694.9 Does Emacs use HarfBuzz? no #12 694.9 Does Emacs use -lm17n-flt? no #12 694.9 Does Emacs use -lotf? no #12 694.9 Does Emacs use -lxft? no #12 694.9 Does Emacs use -lsystemd? no #12 694.9 Does Emacs use -ljansson? no #12 694.9 Does Emacs use -ltree-sitter? no #12 694.9 Does Emacs use the GMP library? yes #12 694.9 Does Emacs directly use zlib? yes #12 694.9 Does Emacs have dynamic modules support? yes #12 694.9 Does Emacs use toolkit scroll bars? yes #12 694.9 Does Emacs support Xwidgets? no #12 694.9 Does Emacs have threading support in lisp? yes #12 694.9 Does Emacs support the portable dumper? yes #12 694.9 Does Emacs support legacy unexec dumping? no #12 694.9 Which dumping strategy does Emacs use? pdumper #12 694.9 Does Emacs have native lisp compiler? no #12 694.9 Does Emacs use version 2 of the X Input Extension? no #12 694.9 Does Emacs generate a smaller-size Japanese dictionary? no #12 694.9 #12 694.9 #12 694.9 #12 694.9 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 694.9 Run 'make install' in order to build an application bundle. #12 694.9 The application will go to nextstep/Emacs.app and can be run or moved #12 694.9 from there. #12 694.9 The application will be fully self-contained. #12 694.9 #12 696.3 configure: creating ./config.status #12 696.9 configure: WARNING: This configuration installs a 'movemail' program #12 696.9 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 696.9 installed a 'movemail' program that retrieved POP3 email via only #12 696.9 insecure channels, a practice that is no longer recommended but that #12 696.9 you can continue to support by using './configure --with-pop'. #12 696.9 configure: You might want to install GNU Mailutils #12 696.9 and use './configure --with-mailutils'. #12 698.5 MAKE='make' ./config.status #12 698.8 config.status: creating src/verbose.mk #12 698.9 config.status: creating src/emacs-module.h #12 699.1 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 699.4 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 699.7 config.status: creating Makefile #12 699.8 config.status: creating lib/gnulib.mk #12 700.2 config.status: creating ./doc/man/emacs.1 #12 700.5 config.status: creating lib/Makefile #12 700.6 config.status: creating lib-src/Makefile #12 700.7 config.status: creating oldXMenu/Makefile #12 700.9 config.status: creating src/Makefile #12 701.1 config.status: creating lwlib/Makefile #12 701.2 config.status: creating nextstep/Makefile #12 701.3 config.status: creating nt/Makefile #12 701.5 config.status: creating doc/emacs/Makefile #12 701.6 config.status: creating doc/misc/Makefile #12 701.7 config.status: creating doc/lispintro/Makefile #12 702.0 config.status: creating doc/lispref/Makefile #12 702.1 config.status: creating lisp/Makefile #12 702.3 config.status: creating leim/Makefile #12 702.6 config.status: creating test/Makefile #12 702.8 config.status: creating test/manual/noverlay/Makefile #12 703.0 config.status: creating test/infra/Makefile #12 703.2 config.status: creating admin/charsets/Makefile #12 703.3 config.status: creating admin/unidata/Makefile #12 703.5 config.status: creating admin/grammars/Makefile #12 703.6 config.status: creating java/Makefile #12 703.7 config.status: creating cross/Makefile #12 703.9 config.status: creating java/AndroidManifest.xml #12 704.1 config.status: creating src/config.h #12 704.3 config.status: executing src/epaths.h commands #12 704.4 make[3]: Entering directory '/checkout' #12 704.7 make[3]: Leaving directory '/checkout' #12 704.7 config.status: executing src/.gdbinit commands #12 704.8 config.status: executing doc/emacs/emacsver.texi commands #12 704.9 config.status: executing etc-refcards-emacsver.tex commands #12 704.9 make[3]: Entering directory '/checkout' #12 705.0 make[3]: Leaving directory '/checkout' #12 705.1 make[2]: Leaving directory '/checkout' #12 705.1 make actual-all #12 705.1 make[2]: Entering directory '/checkout' #12 705.6 make -C lib all #12 706.1 make[3]: Entering directory '/checkout/lib' #12 706.1 GEN alloca.h #12 706.2 GEN dirent.h #12 706.3 GEN fcntl.h #12 706.4 GEN malloc/dynarray.gl.h #12 706.5 GEN malloc/dynarray-skeleton.gl.h #12 706.7 GEN inttypes.h #12 706.9 GEN limits.h #12 707.0 GEN signal.h #12 707.1 GEN stdckdint.h #12 707.2 GEN stddef.h #12 707.3 GEN stdio.h #12 708.2 GEN stdlib.h #12 708.7 GEN string.h #12 709.2 GEN sys/random.h #12 709.3 GEN sys/select.h #12 709.5 GEN sys/stat.h #12 709.8 GEN sys/time.h #12 710.0 GEN sys/types.h #12 710.2 GEN time.h #12 710.5 GEN unistd.h #12 711.9 CC fingerprint.o #12 712.1 CC mktime.o #12 714.0 CC acl-errno-valid.o #12 714.7 CC acl-internal.o #12 715.4 CC get-permissions.o #12 716.2 CC set-permissions.o #12 717.2 CC allocator.o #12 717.7 CC binary-io.o #12 718.3 CC boot-time.o #12 719.4 CC c-ctype.o #12 720.2 CC c-strcasecmp.o #12 720.8 CC c-strncasecmp.o #12 721.4 CC careadlinkat.o #12 722.3 CC close-stream.o #12 722.9 CC copy-file-range.o #12 723.6 CC count-leading-zeros.o #12 724.0 CC count-one-bits.o #12 724.7 CC count-trailing-zeros.o #12 725.3 CC md5-stream.o #12 726.0 CC md5.o #12 727.6 CC sha1.o #12 730.1 CC sha256.o #12 734.5 CC sha512.o #12 742.2 CC dtoastr.o #12 742.6 CC dtotimespec.o #12 742.8 CC fchmodat.o #12 743.4 CC fcntl.o #12 744.0 CC file-has-acl.o #12 745.1 CC filemode.o #12 745.4 CC filevercmp.o #12 746.1 CC free.o #12 746.4 CC fsusage.o #12 746.8 CC gettime.o #12 747.0 CC malloc/dynarray_at_failure.o #12 747.3 CC malloc/dynarray_emplace_enlarge.o #12 747.7 CC malloc/dynarray_finalize.o #12 748.3 CC malloc/dynarray_resize.o #12 748.8 CC malloc/dynarray_resize_clear.o #12 749.0 CC memset_explicit.o #12 749.4 CC nanosleep.o #12 750.0 CC nproc.o #12 750.5 CC nstrftime.o #12 754.1 CC pipe2.o #12 754.6 CC qcopy-acl.o #12 754.9 CC regex.o #12 775.2 CC sig2str.o #12 775.8 CC sigdescr_np.o #12 776.2 CC stat-time.o #12 776.5 CC tempname.o #12 777.3 CC time_rz.o #12 778.0 CC timegm.o #12 778.3 CC timespec.o #12 778.7 CC timespec-add.o #12 779.0 CC timespec-sub.o #12 779.4 CC u64.o #12 779.6 CC unistd.o #12 779.8 CC openat-die.o #12 780.2 CC save-cwd.o #12 780.5 AR libgnu.a #12 781.0 make[3]: Leaving directory '/checkout/lib' #12 781.0 make -C lib-src all #12 781.0 make[3]: Entering directory '/checkout/lib-src' #12 781.0 CCLD etags #12 797.4 CCLD ctags #12 818.8 CCLD emacsclient #12 822.5 CCLD ebrowse #12 832.3 CCLD hexl #12 833.7 CC pop.o #12 833.9 CCLD movemail #12 835.3 CCLD make-docfile #12 840.0 CCLD make-fingerprint #12 840.8 make[3]: Leaving directory '/checkout/lib-src' #12 840.8 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 840.8 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 841.5 make[3]: Entering directory '/checkout/src' #12 841.5 GEN globals.h #12 842.6 CC dispnew.o #12 859.3 CC frame.o #12 883.7 CC scroll.o #12 886.7 CC xdisp.o #12 1029. CC menu.o #12 1040. CC window.o #12 1090. CC charset.o #12 1108. CC coding.o #12 1174. CC category.o #12 1178. CC ccl.o #12 1189. CC character.o #12 1197. CC chartab.o #12 1205. CC bidi.o #12 1214. CC cm.o #12 1216. CC term.o #12 1232. CC terminal.o #12 1238. CC xfaces.o #12 1266. CC dbusbind.o #12 1282. CC emacs.o #12 1290. CC keyboard.o #12 1382. CC macros.o #12 1384. CC keymap.o #12 1403. CC sysdep.o #12 1412. CC bignum.o #12 1415. CC buffer.o #12 1432. CC filelock.o #12 1435. CC insdel.o #12 1444. CC marker.o #12 1451. CC minibuf.o #12 1464. CC fileio.o #12 1507. CC dired.o #12 1515. CC cmds.o #12 1521. CC casetab.o #12 1524. CC casefiddle.o #12 1530. CC indent.o #12 1555. CC search.o #12 1586. CC regex-emacs.o #12 1660. CC undo.o #12 1664. CC alloc.o #12 1683. CC pdumper.o #12 1698. CC data.o #12 1717. GEN buildobj.h #12 1720. CC doc.o #12 1726. CC editfns.o #12 1753. CC callint.o #12 1758. CC eval.o #12 1781. CC floatfns.o #12 1785. CC fns.o #12 1817. CC sort.o #12 1821. CC font.o #12 1850. CC print.o #12 1864. CC lread.o #12 1888. CC emacs-module.o #12 1899. CC syntax.o #12 1922. CC bytecode.o #12 1936. CC comp.o #12 1937. CC dynlib.o #12 1938. CC process.o #12 1971. CC gnutls.o #12 1983. CC callproc.o #12 1991. CC region-cache.o #12 1994. CC sound.o #12 1997. CC timefns.o #12 2004. CC atimer.o #12 2007. CC doprnt.o #12 2010. CC intervals.o #12 2022. CC textprop.o #12 2032. CC composite.o #12 2048. CC xml.o #12 2050. CC lcms.o #12 2050. CC inotify.o #12 2055. CC profiler.o #12 2059. CC decompress.o #12 2061. CC thread.o #12 2066. CC systhread.o #12 2068. CC sqlite.o #12 2070. CC treesit.o #12 2072. CC itree.o #12 2077. CC fontset.o #12 2090. CC fringe.o #12 2100. CC image.o #12 2114. image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 2114. 143 | #define PIX_MASK_DRAW 1 #12 2114. | #12 2115. CC nsterm.o #12 2115. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2115. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2117. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2117. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2117. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2117. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2117. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2117. | ^~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2117. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2117. | ^~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2117. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2117. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2117. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2117. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 88 | #if GS_API_VERSION(0,011500) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2117. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2117. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2117. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2117. | ^~~~~~~~~~ #12 2117. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2117. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2117. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2117. | ^~~~~~~~~~ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2117. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2117. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2117. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2117. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2117. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2117. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2117. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2117. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 45 | #if GS_EXPOSE(NSArchiver) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 114 | #if GS_EXPOSE(NSBundle) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 43 | #if GS_EXPOSE(NSCache) #12 2117. | ^~~~~~~~~~~~~~~~~~~~ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 113 | #if GS_EXPOSE(NSException) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2117. 303 | NSGetUncaughtExceptionHandler(); #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 53 | #if GS_EXPOSE(NSExpression) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 47 | #if GS_EXPOSE(NSTimer) #12 2117. | ^~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2117. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2117. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 46 | #if GS_EXPOSE(NSRunLoop) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2117. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 40 | #if GS_EXPOSE(NSDistantObject) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 74 | #if GS_EXPOSE(NSLock) #12 2117. | ^~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 125 | #if GS_EXPOSE(NSCondition) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 175 | #if GS_EXPOSE(NSConditionLock) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2117. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 134 | #if GS_EXPOSE(NSError) #12 2117. | ^~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2117. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 182 | #if GS_EXPOSE(NSURLHandle) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 73 | #if GS_EXPOSE(NSURL) #12 2117. | ^~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2117. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 633 | #if GS_EXPOSE(NSURLComponents) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 160 | #if GS_EXPOSE(NSPipe) #12 2117. | ^~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 215 | #if GS_EXPOSE(NSFileManager) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 42 | #if GS_EXPOSE(NSHost) #12 2117. | ^~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 47 | #if GS_EXPOSE(NSIndexPath) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 49 | #if GS_EXPOSE(NSIndexSet) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 38 | #if GS_EXPOSE(NSInvocation) #12 2117. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2117. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2117. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2117. | ^ #12 2117. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2117. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2117. from nsgui.h:34, #12 2117. from dispextern.h:137, #12 2117. from nsterm.h:22, #12 2117. from nsterm.m:48: #12 2117. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2117. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2117. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2118. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2118. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 103 | #if GS_EXPOSE(NSLocale) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2118. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 361 | #if GS_EXPOSE(NSNetService) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 53 | #if GS_EXPOSE(NSPortCoder) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2118. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 77 | #if GS_EXPOSE(NSPort) #12 2118. | ^~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 202 | #if GS_EXPOSE(NSSocketPort) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 284 | #if GS_EXPOSE(NSMessagePort) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 47 | #if GS_EXPOSE(NSPortMessage) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 53 | #if GS_EXPOSE(NSProgress) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 42 | #if GS_EXPOSE(NSScanner) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 58 | #if GS_EXPOSE(NSSpellServer) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2118. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 51 | #if GS_EXPOSE(NSTask) #12 2118. | ^~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2118. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 59 | #if GS_EXPOSE(NSThread) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2118. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 87 | #if GS_EXPOSE(NSUndoManager) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 105 | #if GS_EXPOSE(NSURLCache) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 48 | #if GS_EXPOSE(NSURLConnection) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 56 | #if GS_EXPOSE(NSURLCredential) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 49 | #if GS_EXPOSE(NSURLDownload) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 92 | #if GS_EXPOSE(NSURLRequest) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 49 | #if GS_EXPOSE(NSURLResponse) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2118. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2118. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 72 | #if GS_EXPOSE(NSXMLParser) #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2118. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2118. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2118. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2118. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2118. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2118. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2118. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2118. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2118. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2118. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2118. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2118. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2118. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2118. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2118. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2118. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2118. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2118. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2118. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2118. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2118. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2118. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2118. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2118. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2118. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2118. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2118. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2118. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2118. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2118. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2118. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2118. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2118. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2118. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2118. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2118. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2118. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2118. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2118. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2118. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2118. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2118. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2118. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2118. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2118. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2118. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2118. from nsgui.h:34, #12 2118. from dispextern.h:137, #12 2118. from nsterm.h:22, #12 2118. from nsterm.m:48: #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2118. | ^ #12 2118. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2118. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2118. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2119. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2119. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2119. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2119. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2119. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2119. | ^~~~~~~~~~~~~~~~~~~~ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2119. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2119. | ^~~~~~~~~~~~~~~~~~~~ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2119. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2119. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2119. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2119. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2119. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2119. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2119. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2119. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2119. | ^ #12 2119. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2119. from nsgui.h:34, #12 2119. from dispextern.h:137, #12 2119. from nsterm.h:22, #12 2119. from nsterm.m:48: #12 2119. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2119. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2119. | ^ #12 2119. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2119. 125 | __attribute__((unused)); #12 2119. | ^~~~~~~~~~~~~ #12 2119. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2119. 129 | __attribute__((unused)); #12 2119. | ^~~~~~~~~~~~~ #12 2119. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2119. 133 | __attribute__((unused)); #12 2119. | ^~~~~~~~~~~~~ #12 2119. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2119. 214 | __attribute__((unused)); #12 2119. | ^~~~~~~~~~~~~ #12 2119. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2119. 247 | __attribute__((unused)); #12 2119. | ^~~~~~~~~~~~~ #12 2119. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2119. 251 | __attribute__((unused)); #12 2119. | ^~~~~~~~~~~~~ #12 2119. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2119. 259 | __attribute__((unused)); #12 2119. | ^~~~~~~~~~~~~ #12 2119. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2119. 263 | __attribute__((unused)); #12 2119. | ^~~~~~~~~~~~~ #12 2119. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2119. 267 | __attribute__((unused)); #12 2119. | ^~~~~~~~~~~~~ #12 2119. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2119. 271 | __attribute__((unused)); #12 2119. | ^~~~~~~~~~~~~ #12 2119. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2119. 275 | __attribute__((unused)); #12 2119. | ^~~~~~~~~~~~~ #12 2119. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2119. 287 | __attribute__((unused)); #12 2119. | ^~~~~~~~~~~~~ #12 2119. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2119. 311 | __attribute__((unused)); #12 2119. | ^~~~~~~~~~~~~ #12 2119. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2119. 323 | __attribute__((unused)); #12 2119. | ^~~~~~~~~~~~~ #12 2120. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2120. from nsgui.h:34, #12 2120. from dispextern.h:137, #12 2120. from nsterm.h:22, #12 2120. from nsterm.m:48: #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2120. 493 | PSgsave() #12 2120. | ^~~~~~~ #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2120. 499 | PSgrestore() #12 2120. | ^~~~~~~~~~ #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2120. 505 | PSinitgraphics() #12 2120. | ^~~~~~~~~~~~~~ #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2120. 622 | PSinitmatrix() #12 2120. | ^~~~~~~~~~~~ #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2120. 669 | PSclip() #12 2120. | ^~~~~~ #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2120. 675 | PSclosepath() #12 2120. | ^~~~~~~~~~~ #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2120. 687 | PSeoclip() #12 2120. | ^~~~~~~~ #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2120. 693 | PSeofill() #12 2120. | ^~~~~~~~ #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2120. 699 | PSfill() #12 2120. | ^~~~~~ #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2120. 705 | PSflattenpath() #12 2120. | ^~~~~~~~~~~~~ #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2120. 711 | PSinitclip() #12 2120. | ^~~~~~~~~~ #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2120. 729 | PSnewpath() #12 2120. | ^~~~~~~~~ #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2120. 765 | PSreversepath() #12 2120. | ^~~~~~~~~~~~~ #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2120. 783 | PSstroke() #12 2120. | ^~~~~~~~ #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2120. 835 | PSWait() #12 2120. | ^~~~~~ #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2120. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2120. nsterm.m: In function 'ns_set_undecorated': #12 2120. nsterm.m:1791:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 2120. 1791 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 2120. | ^ #12 2120. nsterm.m:1791:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 2121. nsterm.m: In function '-[EmacsView showFontPanel]': #12 2121. nsterm.m:6679:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 2121. 6679 | [[fm fontPanel: YES] setIsVisible: NO]; #12 2121. | ^ #12 2162. CC nsfns.o #12 2162. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2162. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2163. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2163. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2163. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2163. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2163. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2163. from nsgui.h:34, #12 2163. from dispextern.h:137, #12 2163. from nsterm.h:22, #12 2163. from nsfns.m:38: #12 2163. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2163. | ^ #12 2163. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2163. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2163. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2163. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2163. from nsgui.h:34, #12 2163. from dispextern.h:137, #12 2163. from nsterm.h:22, #12 2163. from nsfns.m:38: #12 2163. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2163. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2163. | ^~~~~~~~~~~~~~~~~~~~ #12 2163. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2163. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2163. | ^~~~~~~~~~~~~~~~~~~~ #12 2163. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2163. | ^ #12 2163. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2163. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2163. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2163. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2163. from nsgui.h:34, #12 2163. from dispextern.h:137, #12 2163. from nsterm.h:22, #12 2163. from nsfns.m:38: #12 2163. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2163. | ^ #12 2163. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2163. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2163. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2163. from nsgui.h:34, #12 2163. from dispextern.h:137, #12 2163. from nsterm.h:22, #12 2163. from nsfns.m:38: #12 2163. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2163. | ^ #12 2163. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2163. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2163. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2163. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2163. from nsgui.h:34, #12 2163. from dispextern.h:137, #12 2163. from nsterm.h:22, #12 2163. from nsfns.m:38: #12 2163. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2163. | ^ #12 2163. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2163. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2163. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2163. from nsgui.h:34, #12 2163. from dispextern.h:137, #12 2163. from nsterm.h:22, #12 2163. from nsfns.m:38: #12 2163. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2163. | ^ #12 2163. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2163. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2163. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2163. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2163. from nsgui.h:34, #12 2163. from dispextern.h:137, #12 2163. from nsterm.h:22, #12 2163. from nsfns.m:38: #12 2163. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2163. | ^ #12 2163. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2163. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2163. from nsgui.h:34, #12 2163. from dispextern.h:137, #12 2163. from nsterm.h:22, #12 2163. from nsfns.m:38: #12 2163. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2163. | ^ #12 2163. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2163. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2163. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2163. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2163. from nsgui.h:34, #12 2163. from dispextern.h:137, #12 2163. from nsterm.h:22, #12 2163. from nsfns.m:38: #12 2163. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 88 | #if GS_API_VERSION(0,011500) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2163. | ^ #12 2163. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2163. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2163. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2163. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2163. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2163. from nsgui.h:34, #12 2163. from dispextern.h:137, #12 2163. from nsterm.h:22, #12 2163. from nsfns.m:38: #12 2163. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2163. | ^ #12 2163. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2163. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2163. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2163. from nsgui.h:34, #12 2163. from dispextern.h:137, #12 2163. from nsterm.h:22, #12 2163. from nsfns.m:38: #12 2163. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2163. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2163. | ^~~~~~~~~~ #12 2163. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2163. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2163. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2163. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2163. from nsgui.h:34, #12 2163. from dispextern.h:137, #12 2163. from nsterm.h:22, #12 2163. from nsfns.m:38: #12 2163. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2163. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2163. | ^~~~~~~~~~ #12 2163. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2163. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2163. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2163. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2163. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2163. from nsgui.h:34, #12 2163. from dispextern.h:137, #12 2163. from nsterm.h:22, #12 2163. from nsfns.m:38: #12 2163. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2163. | ^ #12 2163. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2163. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2163. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2163. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2163. from nsgui.h:34, #12 2163. from dispextern.h:137, #12 2163. from nsterm.h:22, #12 2163. from nsfns.m:38: #12 2163. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2163. | ^ #12 2163. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2163. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2163. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2164. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2164. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2164. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2164. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2164. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 45 | #if GS_EXPOSE(NSArchiver) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 114 | #if GS_EXPOSE(NSBundle) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 43 | #if GS_EXPOSE(NSCache) #12 2164. | ^~~~~~~~~~~~~~~~~~~~ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 113 | #if GS_EXPOSE(NSException) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2164. 303 | NSGetUncaughtExceptionHandler(); #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 53 | #if GS_EXPOSE(NSExpression) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 47 | #if GS_EXPOSE(NSTimer) #12 2164. | ^~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2164. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2164. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 46 | #if GS_EXPOSE(NSRunLoop) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2164. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 40 | #if GS_EXPOSE(NSDistantObject) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 74 | #if GS_EXPOSE(NSLock) #12 2164. | ^~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 125 | #if GS_EXPOSE(NSCondition) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 175 | #if GS_EXPOSE(NSConditionLock) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2164. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 134 | #if GS_EXPOSE(NSError) #12 2164. | ^~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2164. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 182 | #if GS_EXPOSE(NSURLHandle) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 73 | #if GS_EXPOSE(NSURL) #12 2164. | ^~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2164. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 633 | #if GS_EXPOSE(NSURLComponents) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 160 | #if GS_EXPOSE(NSPipe) #12 2164. | ^~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 215 | #if GS_EXPOSE(NSFileManager) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 42 | #if GS_EXPOSE(NSHost) #12 2164. | ^~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 47 | #if GS_EXPOSE(NSIndexPath) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 49 | #if GS_EXPOSE(NSIndexSet) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 38 | #if GS_EXPOSE(NSInvocation) #12 2164. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2164. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2164. | ^ #12 2164. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2164. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2164. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2164. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2164. from nsgui.h:34, #12 2164. from dispextern.h:137, #12 2164. from nsterm.h:22, #12 2164. from nsfns.m:38: #12 2164. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2164. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2164. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 103 | #if GS_EXPOSE(NSLocale) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2165. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 361 | #if GS_EXPOSE(NSNetService) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 53 | #if GS_EXPOSE(NSPortCoder) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2165. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 77 | #if GS_EXPOSE(NSPort) #12 2165. | ^~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 202 | #if GS_EXPOSE(NSSocketPort) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 284 | #if GS_EXPOSE(NSMessagePort) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 47 | #if GS_EXPOSE(NSPortMessage) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 53 | #if GS_EXPOSE(NSProgress) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 42 | #if GS_EXPOSE(NSScanner) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 58 | #if GS_EXPOSE(NSSpellServer) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2165. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 51 | #if GS_EXPOSE(NSTask) #12 2165. | ^~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2165. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 59 | #if GS_EXPOSE(NSThread) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2165. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 87 | #if GS_EXPOSE(NSUndoManager) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 105 | #if GS_EXPOSE(NSURLCache) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 48 | #if GS_EXPOSE(NSURLConnection) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 56 | #if GS_EXPOSE(NSURLCredential) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 49 | #if GS_EXPOSE(NSURLDownload) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 92 | #if GS_EXPOSE(NSURLRequest) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 49 | #if GS_EXPOSE(NSURLResponse) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2165. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2165. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 72 | #if GS_EXPOSE(NSXMLParser) #12 2165. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2165. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2165. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2165. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2165. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2165. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2165. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2165. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2165. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2165. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2165. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2165. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2165. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2165. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2165. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2165. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2165. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2165. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2165. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2165. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2165. | ^ #12 2165. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2165. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2165. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2165. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2165. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2165. from nsgui.h:34, #12 2165. from dispextern.h:137, #12 2165. from nsterm.h:22, #12 2165. from nsfns.m:38: #12 2165. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2165. | ^ #12 2165. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2165. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2165. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2166. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2166. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2166. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2166. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2166. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2166. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2166. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2166. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2166. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2166. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2166. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2166. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2166. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2166. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2166. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2166. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2166. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2166. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2166. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2166. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2166. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2166. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2166. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2166. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2166. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2166. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2166. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2166. | ^~~~~~~~~~~~~~~~~~~~ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2166. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2166. | ^~~~~~~~~~~~~~~~~~~~ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2166. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2166. | ^ #12 2166. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2166. from nsgui.h:34, #12 2166. from dispextern.h:137, #12 2166. from nsterm.h:22, #12 2166. from nsfns.m:38: #12 2166. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2166. | ^ #12 2166. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2166. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2166. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2167. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2167. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2167. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2167. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2167. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2167. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2167. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2167. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2167. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2167. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2167. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2167. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2167. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2167. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2167. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2167. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2167. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2167. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2167. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2167. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2167. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2167. | ^ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2167. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2167. | ^ #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2167. 125 | __attribute__((unused)); #12 2167. | ^~~~~~~~~~~~~ #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2167. 129 | __attribute__((unused)); #12 2167. | ^~~~~~~~~~~~~ #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2167. 133 | __attribute__((unused)); #12 2167. | ^~~~~~~~~~~~~ #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2167. 214 | __attribute__((unused)); #12 2167. | ^~~~~~~~~~~~~ #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2167. 247 | __attribute__((unused)); #12 2167. | ^~~~~~~~~~~~~ #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2167. 251 | __attribute__((unused)); #12 2167. | ^~~~~~~~~~~~~ #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2167. 259 | __attribute__((unused)); #12 2167. | ^~~~~~~~~~~~~ #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2167. 263 | __attribute__((unused)); #12 2167. | ^~~~~~~~~~~~~ #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2167. 267 | __attribute__((unused)); #12 2167. | ^~~~~~~~~~~~~ #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2167. 271 | __attribute__((unused)); #12 2167. | ^~~~~~~~~~~~~ #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2167. 275 | __attribute__((unused)); #12 2167. | ^~~~~~~~~~~~~ #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2167. 287 | __attribute__((unused)); #12 2167. | ^~~~~~~~~~~~~ #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2167. 311 | __attribute__((unused)); #12 2167. | ^~~~~~~~~~~~~ #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2167. 323 | __attribute__((unused)); #12 2167. | ^~~~~~~~~~~~~ #12 2167. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2167. from nsgui.h:34, #12 2167. from dispextern.h:137, #12 2167. from nsterm.h:22, #12 2167. from nsfns.m:38: #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2167. 493 | PSgsave() #12 2167. | ^~~~~~~ #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2167. 499 | PSgrestore() #12 2167. | ^~~~~~~~~~ #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2167. 505 | PSinitgraphics() #12 2167. | ^~~~~~~~~~~~~~ #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2167. 622 | PSinitmatrix() #12 2167. | ^~~~~~~~~~~~ #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2167. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2168. 669 | PSclip() #12 2168. | ^~~~~~ #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2168. 675 | PSclosepath() #12 2168. | ^~~~~~~~~~~ #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2168. 687 | PSeoclip() #12 2168. | ^~~~~~~~ #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2168. 693 | PSeofill() #12 2168. | ^~~~~~~~ #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2168. 699 | PSfill() #12 2168. | ^~~~~~ #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2168. 705 | PSflattenpath() #12 2168. | ^~~~~~~~~~~~~ #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2168. 711 | PSinitclip() #12 2168. | ^~~~~~~~~~ #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2168. 729 | PSnewpath() #12 2168. | ^~~~~~~~~ #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2168. 765 | PSreversepath() #12 2168. | ^~~~~~~~~~~~~ #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2168. 783 | PSstroke() #12 2168. | ^~~~~~~~ #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2168. 835 | PSWait() #12 2168. | ^~~~~~ #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2168. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2168. nsfns.m: At top level: #12 2168. nsfns.m:689:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 2168. 689 | ns_make_frame_key_window (struct frame *f) #12 2168. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2188. CC nsmenu.o #12 2188. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2188. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2190. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2190. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2190. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2190. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2190. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2190. | ^~~~~~~~~~~~~~~~~~~~ #12 2190. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2190. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2190. | ^~~~~~~~~~~~~~~~~~~~ #12 2190. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2190. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2190. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2190. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2190. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 88 | #if GS_API_VERSION(0,011500) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2190. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2190. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2190. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2190. | ^~~~~~~~~~ #12 2190. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2190. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2190. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2190. | ^~~~~~~~~~ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2190. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2190. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2190. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2190. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2190. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2190. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2190. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2190. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 45 | #if GS_EXPOSE(NSArchiver) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2190. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 114 | #if GS_EXPOSE(NSBundle) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~ #12 2190. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 43 | #if GS_EXPOSE(NSCache) #12 2190. | ^~~~~~~~~~~~~~~~~~~~ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 113 | #if GS_EXPOSE(NSException) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2190. 303 | NSGetUncaughtExceptionHandler(); #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 53 | #if GS_EXPOSE(NSExpression) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 47 | #if GS_EXPOSE(NSTimer) #12 2190. | ^~~~~~~~~~~~~~~~~~~~ #12 2190. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2190. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2190. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 46 | #if GS_EXPOSE(NSRunLoop) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2190. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2190. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 40 | #if GS_EXPOSE(NSDistantObject) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 74 | #if GS_EXPOSE(NSLock) #12 2190. | ^~~~~~~~~~~~~~~~~~~ #12 2190. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 125 | #if GS_EXPOSE(NSCondition) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 175 | #if GS_EXPOSE(NSConditionLock) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2190. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2190. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2190. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2190. | ^ #12 2190. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2190. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2190. from nsgui.h:34, #12 2190. from dispextern.h:137, #12 2190. from window.h:23, #12 2190. from nsmenu.m:29: #12 2190. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2190. | ^ #12 2190. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 134 | #if GS_EXPOSE(NSError) #12 2190. | ^~~~~~~~~~~~~~~~~~~~ #12 2190. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2190. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2190. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2191. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2191. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 182 | #if GS_EXPOSE(NSURLHandle) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2191. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 73 | #if GS_EXPOSE(NSURL) #12 2191. | ^~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2191. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2191. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2191. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 633 | #if GS_EXPOSE(NSURLComponents) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 160 | #if GS_EXPOSE(NSPipe) #12 2191. | ^~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2191. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2191. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 215 | #if GS_EXPOSE(NSFileManager) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 42 | #if GS_EXPOSE(NSHost) #12 2191. | ^~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 47 | #if GS_EXPOSE(NSIndexPath) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 49 | #if GS_EXPOSE(NSIndexSet) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2191. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 38 | #if GS_EXPOSE(NSInvocation) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2191. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2191. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2191. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 103 | #if GS_EXPOSE(NSLocale) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2191. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 361 | #if GS_EXPOSE(NSNetService) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 53 | #if GS_EXPOSE(NSPortCoder) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2191. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 77 | #if GS_EXPOSE(NSPort) #12 2191. | ^~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 202 | #if GS_EXPOSE(NSSocketPort) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 284 | #if GS_EXPOSE(NSMessagePort) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 47 | #if GS_EXPOSE(NSPortMessage) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 53 | #if GS_EXPOSE(NSProgress) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 42 | #if GS_EXPOSE(NSScanner) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 58 | #if GS_EXPOSE(NSSpellServer) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2191. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 51 | #if GS_EXPOSE(NSTask) #12 2191. | ^~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2191. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 59 | #if GS_EXPOSE(NSThread) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2191. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 87 | #if GS_EXPOSE(NSUndoManager) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 105 | #if GS_EXPOSE(NSURLCache) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 48 | #if GS_EXPOSE(NSURLConnection) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 56 | #if GS_EXPOSE(NSURLCredential) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 49 | #if GS_EXPOSE(NSURLDownload) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 92 | #if GS_EXPOSE(NSURLRequest) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 49 | #if GS_EXPOSE(NSURLResponse) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2191. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2191. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 72 | #if GS_EXPOSE(NSXMLParser) #12 2191. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2191. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2191. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2191. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2191. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2191. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2191. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2191. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2191. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2191. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2191. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2191. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2191. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2191. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2191. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2191. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2191. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2191. from nsgui.h:34, #12 2191. from dispextern.h:137, #12 2191. from window.h:23, #12 2191. from nsmenu.m:29: #12 2191. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2191. | ^ #12 2191. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2191. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2191. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2192. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2192. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2192. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2192. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2192. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2192. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2192. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2192. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2192. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2192. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2192. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2192. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2192. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2192. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2192. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2192. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2192. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2192. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2192. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2192. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2192. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2192. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2192. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2192. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2192. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2192. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2192. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2192. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2192. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2192. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2192. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2192. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2192. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2192. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2192. | ^~~~~~~~~~~~~~~~~~~~ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2192. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2192. | ^~~~~~~~~~~~~~~~~~~~ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2192. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2192. | ^ #12 2192. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2192. | ^ #12 2192. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2192. from nsgui.h:34, #12 2192. from dispextern.h:137, #12 2192. from window.h:23, #12 2192. from nsmenu.m:29: #12 2192. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2192. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2192. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2193. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2193. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2193. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2193. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2193. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2193. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2193. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2193. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2193. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2193. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2193. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2193. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2193. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2193. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2193. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2193. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2193. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2193. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2193. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2193. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2193. | ^ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2193. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2193. | ^ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 125 | __attribute__((unused)); #12 2193. | ^~~~~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 129 | __attribute__((unused)); #12 2193. | ^~~~~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 133 | __attribute__((unused)); #12 2193. | ^~~~~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 214 | __attribute__((unused)); #12 2193. | ^~~~~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 247 | __attribute__((unused)); #12 2193. | ^~~~~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 251 | __attribute__((unused)); #12 2193. | ^~~~~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 259 | __attribute__((unused)); #12 2193. | ^~~~~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 263 | __attribute__((unused)); #12 2193. | ^~~~~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 267 | __attribute__((unused)); #12 2193. | ^~~~~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 271 | __attribute__((unused)); #12 2193. | ^~~~~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 275 | __attribute__((unused)); #12 2193. | ^~~~~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 287 | __attribute__((unused)); #12 2193. | ^~~~~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 311 | __attribute__((unused)); #12 2193. | ^~~~~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 323 | __attribute__((unused)); #12 2193. | ^~~~~~~~~~~~~ #12 2193. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2193. from nsgui.h:34, #12 2193. from dispextern.h:137, #12 2193. from window.h:23, #12 2193. from nsmenu.m:29: #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 493 | PSgsave() #12 2193. | ^~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 499 | PSgrestore() #12 2193. | ^~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 505 | PSinitgraphics() #12 2193. | ^~~~~~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 622 | PSinitmatrix() #12 2193. | ^~~~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 669 | PSclip() #12 2193. | ^~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 675 | PSclosepath() #12 2193. | ^~~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 687 | PSeoclip() #12 2193. | ^~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 693 | PSeofill() #12 2193. | ^~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 699 | PSfill() #12 2193. | ^~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 705 | PSflattenpath() #12 2193. | ^~~~~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 711 | PSinitclip() #12 2193. | ^~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 729 | PSnewpath() #12 2193. | ^~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 765 | PSreversepath() #12 2193. | ^~~~~~~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 783 | PSstroke() #12 2193. | ^~~~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2193. 835 | PSWait() #12 2193. | ^~~~~~ #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2193. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2206. CC nsselect.o #12 2206. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2206. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2208. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2208. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2208. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2208. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2208. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2208. | ^~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2208. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2208. | ^~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2208. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2208. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2208. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2208. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 88 | #if GS_API_VERSION(0,011500) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2208. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2208. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2208. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2208. | ^~~~~~~~~~ #12 2208. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2208. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2208. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2208. | ^~~~~~~~~~ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2208. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2208. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2208. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2208. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2208. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2208. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2208. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2208. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 45 | #if GS_EXPOSE(NSArchiver) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 114 | #if GS_EXPOSE(NSBundle) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 43 | #if GS_EXPOSE(NSCache) #12 2208. | ^~~~~~~~~~~~~~~~~~~~ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 113 | #if GS_EXPOSE(NSException) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2208. 303 | NSGetUncaughtExceptionHandler(); #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 53 | #if GS_EXPOSE(NSExpression) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 47 | #if GS_EXPOSE(NSTimer) #12 2208. | ^~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2208. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2208. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 46 | #if GS_EXPOSE(NSRunLoop) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2208. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 40 | #if GS_EXPOSE(NSDistantObject) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 74 | #if GS_EXPOSE(NSLock) #12 2208. | ^~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 125 | #if GS_EXPOSE(NSCondition) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 175 | #if GS_EXPOSE(NSConditionLock) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2208. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 134 | #if GS_EXPOSE(NSError) #12 2208. | ^~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2208. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 182 | #if GS_EXPOSE(NSURLHandle) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 73 | #if GS_EXPOSE(NSURL) #12 2208. | ^~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2208. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 633 | #if GS_EXPOSE(NSURLComponents) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 160 | #if GS_EXPOSE(NSPipe) #12 2208. | ^~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2208. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 215 | #if GS_EXPOSE(NSFileManager) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 42 | #if GS_EXPOSE(NSHost) #12 2208. | ^~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2208. | ^ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2208. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2208. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2208. from nsgui.h:34, #12 2208. from dispextern.h:137, #12 2208. from nsterm.h:22, #12 2208. from nsselect.m:31: #12 2208. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2208. | ^ #12 2208. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2208. 47 | #if GS_EXPOSE(NSIndexPath) #12 2208. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 49 | #if GS_EXPOSE(NSIndexSet) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2209. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 38 | #if GS_EXPOSE(NSInvocation) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2209. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2209. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2209. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 103 | #if GS_EXPOSE(NSLocale) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2209. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 361 | #if GS_EXPOSE(NSNetService) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 53 | #if GS_EXPOSE(NSPortCoder) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2209. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 77 | #if GS_EXPOSE(NSPort) #12 2209. | ^~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 202 | #if GS_EXPOSE(NSSocketPort) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 284 | #if GS_EXPOSE(NSMessagePort) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 47 | #if GS_EXPOSE(NSPortMessage) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 53 | #if GS_EXPOSE(NSProgress) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 42 | #if GS_EXPOSE(NSScanner) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 58 | #if GS_EXPOSE(NSSpellServer) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2209. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 51 | #if GS_EXPOSE(NSTask) #12 2209. | ^~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2209. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 59 | #if GS_EXPOSE(NSThread) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2209. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 87 | #if GS_EXPOSE(NSUndoManager) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 105 | #if GS_EXPOSE(NSURLCache) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 48 | #if GS_EXPOSE(NSURLConnection) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 56 | #if GS_EXPOSE(NSURLCredential) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 49 | #if GS_EXPOSE(NSURLDownload) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 92 | #if GS_EXPOSE(NSURLRequest) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 49 | #if GS_EXPOSE(NSURLResponse) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2209. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2209. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 72 | #if GS_EXPOSE(NSXMLParser) #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2209. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2209. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2209. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2209. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2209. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2209. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2209. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2209. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2209. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2209. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2209. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2209. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2209. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2209. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2209. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2209. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2209. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2209. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2209. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2209. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2209. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2209. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2209. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2209. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2209. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2209. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2209. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2209. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2209. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2209. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2209. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2209. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2209. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2209. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2209. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2209. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2209. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2209. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2209. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2209. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2209. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2209. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2209. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2209. | ^ #12 2209. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2209. | ^ #12 2209. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2209. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2209. from nsgui.h:34, #12 2209. from dispextern.h:137, #12 2209. from nsterm.h:22, #12 2209. from nsselect.m:31: #12 2209. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2209. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2209. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2210. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2210. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2210. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2210. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2210. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2210. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2210. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2210. | ^~~~~~~~~~~~~~~~~~~~ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2210. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2210. | ^~~~~~~~~~~~~~~~~~~~ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2210. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2210. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2210. | ^ #12 2210. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2210. | ^ #12 2210. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2210. from nsgui.h:34, #12 2210. from dispextern.h:137, #12 2210. from nsterm.h:22, #12 2210. from nsselect.m:31: #12 2210. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2210. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2210. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2211. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2211. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2211. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2211. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2211. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2211. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2211. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2211. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2211. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2211. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2211. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2211. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2211. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2211. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2211. | ^ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2211. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2211. | ^ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 125 | __attribute__((unused)); #12 2211. | ^~~~~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 129 | __attribute__((unused)); #12 2211. | ^~~~~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 133 | __attribute__((unused)); #12 2211. | ^~~~~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 214 | __attribute__((unused)); #12 2211. | ^~~~~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 247 | __attribute__((unused)); #12 2211. | ^~~~~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 251 | __attribute__((unused)); #12 2211. | ^~~~~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 259 | __attribute__((unused)); #12 2211. | ^~~~~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 263 | __attribute__((unused)); #12 2211. | ^~~~~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 267 | __attribute__((unused)); #12 2211. | ^~~~~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 271 | __attribute__((unused)); #12 2211. | ^~~~~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 275 | __attribute__((unused)); #12 2211. | ^~~~~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 287 | __attribute__((unused)); #12 2211. | ^~~~~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 311 | __attribute__((unused)); #12 2211. | ^~~~~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 323 | __attribute__((unused)); #12 2211. | ^~~~~~~~~~~~~ #12 2211. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2211. from nsgui.h:34, #12 2211. from dispextern.h:137, #12 2211. from nsterm.h:22, #12 2211. from nsselect.m:31: #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 493 | PSgsave() #12 2211. | ^~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 499 | PSgrestore() #12 2211. | ^~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 505 | PSinitgraphics() #12 2211. | ^~~~~~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 622 | PSinitmatrix() #12 2211. | ^~~~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 669 | PSclip() #12 2211. | ^~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 675 | PSclosepath() #12 2211. | ^~~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 687 | PSeoclip() #12 2211. | ^~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 693 | PSeofill() #12 2211. | ^~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 699 | PSfill() #12 2211. | ^~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 705 | PSflattenpath() #12 2211. | ^~~~~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 711 | PSinitclip() #12 2211. | ^~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 729 | PSnewpath() #12 2211. | ^~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 765 | PSreversepath() #12 2211. | ^~~~~~~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 783 | PSstroke() #12 2211. | ^~~~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2211. 835 | PSWait() #12 2211. | ^~~~~~ #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2211. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2217. CC nsimage.o #12 2217. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2217. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2218. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2218. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2218. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2218. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2218. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2218. | ^~~~~~~~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2218. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2218. | ^~~~~~~~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2218. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2218. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2218. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2218. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 88 | #if GS_API_VERSION(0,011500) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2218. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2218. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2218. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2218. | ^~~~~~~~~~ #12 2218. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2218. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2218. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2218. | ^~~~~~~~~~ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2218. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2218. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2218. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2218. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2218. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2218. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2218. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2218. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 45 | #if GS_EXPOSE(NSArchiver) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 114 | #if GS_EXPOSE(NSBundle) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 43 | #if GS_EXPOSE(NSCache) #12 2218. | ^~~~~~~~~~~~~~~~~~~~ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 113 | #if GS_EXPOSE(NSException) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2218. 303 | NSGetUncaughtExceptionHandler(); #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 53 | #if GS_EXPOSE(NSExpression) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 47 | #if GS_EXPOSE(NSTimer) #12 2218. | ^~~~~~~~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2218. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2218. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 46 | #if GS_EXPOSE(NSRunLoop) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2218. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 40 | #if GS_EXPOSE(NSDistantObject) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 74 | #if GS_EXPOSE(NSLock) #12 2218. | ^~~~~~~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 125 | #if GS_EXPOSE(NSCondition) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 175 | #if GS_EXPOSE(NSConditionLock) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2218. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2218. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2218. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2218. | ^ #12 2218. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 134 | #if GS_EXPOSE(NSError) #12 2218. | ^~~~~~~~~~~~~~~~~~~~ #12 2218. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2218. | ^ #12 2218. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2218. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2218. from nsgui.h:34, #12 2218. from dispextern.h:137, #12 2218. from nsimage.m:33: #12 2218. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2218. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2218. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2219. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2219. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 182 | #if GS_EXPOSE(NSURLHandle) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2219. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 73 | #if GS_EXPOSE(NSURL) #12 2219. | ^~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2219. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2219. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2219. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 633 | #if GS_EXPOSE(NSURLComponents) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 160 | #if GS_EXPOSE(NSPipe) #12 2219. | ^~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2219. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2219. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 215 | #if GS_EXPOSE(NSFileManager) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 42 | #if GS_EXPOSE(NSHost) #12 2219. | ^~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 47 | #if GS_EXPOSE(NSIndexPath) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 49 | #if GS_EXPOSE(NSIndexSet) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2219. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 38 | #if GS_EXPOSE(NSInvocation) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2219. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2219. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 2219. from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 103 | #if GS_EXPOSE(NSLocale) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2219. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 361 | #if GS_EXPOSE(NSNetService) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 53 | #if GS_EXPOSE(NSPortCoder) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2219. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 77 | #if GS_EXPOSE(NSPort) #12 2219. | ^~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 202 | #if GS_EXPOSE(NSSocketPort) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 284 | #if GS_EXPOSE(NSMessagePort) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 47 | #if GS_EXPOSE(NSPortMessage) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 53 | #if GS_EXPOSE(NSProgress) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 42 | #if GS_EXPOSE(NSScanner) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 58 | #if GS_EXPOSE(NSSpellServer) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2219. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 51 | #if GS_EXPOSE(NSTask) #12 2219. | ^~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2219. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 59 | #if GS_EXPOSE(NSThread) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2219. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 87 | #if GS_EXPOSE(NSUndoManager) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 105 | #if GS_EXPOSE(NSURLCache) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 48 | #if GS_EXPOSE(NSURLConnection) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 56 | #if GS_EXPOSE(NSURLCredential) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 49 | #if GS_EXPOSE(NSURLDownload) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 92 | #if GS_EXPOSE(NSURLRequest) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 49 | #if GS_EXPOSE(NSURLResponse) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2219. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2219. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 72 | #if GS_EXPOSE(NSXMLParser) #12 2219. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2219. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2219. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2219. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2219. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2219. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2219. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2219. | ^ #12 2219. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2219. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2219. from nsgui.h:34, #12 2219. from dispextern.h:137, #12 2219. from nsimage.m:33: #12 2219. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2219. | ^ #12 2219. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2219. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2219. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2220. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2220. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2220. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2220. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2220. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2220. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2220. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2220. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2220. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2220. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2220. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2220. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2220. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2220. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2220. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2220. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2220. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2220. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2220. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2220. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2220. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2220. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2220. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2220. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2220. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2220. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2220. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2220. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2220. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2220. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2220. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2220. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2220. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2220. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2220. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2220. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2220. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2220. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2220. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2220. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2220. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2220. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2220. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2220. | ^~~~~~~~~~~~~~~~~~~~ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2220. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2220. | ^~~~~~~~~~~~~~~~~~~~ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2220. | ^ #12 2220. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2220. | ^ #12 2220. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2220. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2220. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2220. from nsgui.h:34, #12 2220. from dispextern.h:137, #12 2220. from nsimage.m:33: #12 2220. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2220. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2220. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2221. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2221. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2221. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2221. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2221. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2221. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2221. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2221. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2221. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2221. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2221. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2221. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2221. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2221. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2221. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2221. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2221. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2221. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2221. | ^ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2221. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2221. | ^ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 125 | __attribute__((unused)); #12 2221. | ^~~~~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 129 | __attribute__((unused)); #12 2221. | ^~~~~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 133 | __attribute__((unused)); #12 2221. | ^~~~~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 214 | __attribute__((unused)); #12 2221. | ^~~~~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 247 | __attribute__((unused)); #12 2221. | ^~~~~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 251 | __attribute__((unused)); #12 2221. | ^~~~~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 259 | __attribute__((unused)); #12 2221. | ^~~~~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 263 | __attribute__((unused)); #12 2221. | ^~~~~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 267 | __attribute__((unused)); #12 2221. | ^~~~~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 271 | __attribute__((unused)); #12 2221. | ^~~~~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 275 | __attribute__((unused)); #12 2221. | ^~~~~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 287 | __attribute__((unused)); #12 2221. | ^~~~~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 311 | __attribute__((unused)); #12 2221. | ^~~~~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 323 | __attribute__((unused)); #12 2221. | ^~~~~~~~~~~~~ #12 2221. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2221. from nsgui.h:34, #12 2221. from dispextern.h:137, #12 2221. from nsimage.m:33: #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 493 | PSgsave() #12 2221. | ^~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 499 | PSgrestore() #12 2221. | ^~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 505 | PSinitgraphics() #12 2221. | ^~~~~~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 622 | PSinitmatrix() #12 2221. | ^~~~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 669 | PSclip() #12 2221. | ^~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 675 | PSclosepath() #12 2221. | ^~~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 687 | PSeoclip() #12 2221. | ^~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 693 | PSeofill() #12 2221. | ^~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 699 | PSfill() #12 2221. | ^~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 705 | PSflattenpath() #12 2221. | ^~~~~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 711 | PSinitclip() #12 2221. | ^~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 729 | PSnewpath() #12 2221. | ^~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 765 | PSreversepath() #12 2221. | ^~~~~~~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 783 | PSstroke() #12 2221. | ^~~~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2221. 835 | PSWait() #12 2221. | ^~~~~~ #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2221. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2226. CC nsfont.o #12 2226. cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 2226. cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 2228. In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 2228. from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2228. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 2228. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 2228. 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2228. | ^~~~~~~~~~~~~~~~~~~~ #12 2228. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 2228. 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 2228. | ^~~~~~~~~~~~~~~~~~~~ #12 2228. /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 2228. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 2228. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 2228. from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2228. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 88 | #if GS_API_VERSION(0,011500) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 2228. from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2228. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 2228. 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2228. | ^~~~~~~~~~ #12 2228. In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 2228. from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 2228. 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 2228. | ^~~~~~~~~~ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 2228. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2228. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2228. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 2228. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2228. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 2228. from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 2228. from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 46 | #if GS_EXPOSE(NSAffineTransform) #12 2228. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 2228. from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 45 | #if GS_EXPOSE(NSArchiver) #12 2228. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2228. /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 164 | #if GS_EXPOSE(NSUnarchiver) #12 2228. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2228. /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 2228. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2228. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 114 | #if GS_EXPOSE(NSBundle) #12 2228. | ^~~~~~~~~~~~~~~~~~~~~ #12 2228. /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 43 | #if GS_EXPOSE(NSCache) #12 2228. | ^~~~~~~~~~~~~~~~~~~~ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 37 | #if GS_EXPOSE(NSCalendarDate) #12 2228. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2228. /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 113 | #if GS_EXPOSE(NSException) #12 2228. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2228. /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2228. 303 | NSGetUncaughtExceptionHandler(); #12 2228. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 53 | #if GS_EXPOSE(NSExpression) #12 2228. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 2228. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 2228. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 47 | #if GS_EXPOSE(NSTimer) #12 2228. | ^~~~~~~~~~~~~~~~~~~~ #12 2228. /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 2228. from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 2228. from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 46 | #if GS_EXPOSE(NSRunLoop) #12 2228. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2228. /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 127 | #if GS_EXPOSE(NSDateFormatter) #12 2228. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2228. /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 2228. from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 2228. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2228. /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 192 | #if GS_EXPOSE(NSDecimalNumber) #12 2228. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 40 | #if GS_EXPOSE(NSDistantObject) #12 2228. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 41 | #if GS_EXPOSE(NSDistributedLock) #12 2228. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2228. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2228. | ^ #12 2228. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2228. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2228. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2228. from nsgui.h:34, #12 2228. from dispextern.h:137, #12 2228. from nsfont.m:28: #12 2228. /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 74 | #if GS_EXPOSE(NSLock) #12 2228. | ^~~~~~~~~~~~~~~~~~~ #12 2228. /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2228. | ^ #12 2228. /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 125 | #if GS_EXPOSE(NSCondition) #12 2228. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2228. /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 175 | #if GS_EXPOSE(NSConditionLock) #12 2228. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2228. /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2228. 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2228. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 275 | #if GS_EXPOSE(NSRecursiveLock) #12 2229. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2229. /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 2229. from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 2229. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 2229. from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 71 | #if GS_EXPOSE(NSNotificationCenter) #12 2229. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2229. /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 2229. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 134 | #if GS_EXPOSE(NSError) #12 2229. | ^~~~~~~~~~~~~~~~~~~~ #12 2229. /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 2229. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2229. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 182 | #if GS_EXPOSE(NSURLHandle) #12 2229. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2229. /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2229. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 73 | #if GS_EXPOSE(NSURL) #12 2229. | ^~~~~~~~~~~~~~~~~~ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 2229. from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2229. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 2229. from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 599 | #if GS_EXPOSE(NSURLQueryItem) #12 2229. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 633 | #if GS_EXPOSE(NSURLComponents) #12 2229. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 160 | #if GS_EXPOSE(NSPipe) #12 2229. | ^~~~~~~~~~~~~~~~~~~ #12 2229. /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 2229. from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 2229. from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 215 | #if GS_EXPOSE(NSFileManager) #12 2229. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2229. /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 2229. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2229. /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 42 | #if GS_EXPOSE(NSHost) #12 2229. | ^~~~~~~~~~~~~~~~~~~ #12 2229. /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 68 | #if GS_EXPOSE(NSHTTPCookie) #12 2229. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2229. /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 2229. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 47 | #if GS_EXPOSE(NSIndexPath) #12 2229. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 49 | #if GS_EXPOSE(NSIndexSet) #12 2229. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2229. /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 2229. from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 52 | #if GS_EXPOSE(NSMethodSignature) #12 2229. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 38 | #if GS_EXPOSE(NSInvocation) #12 2229. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2229. /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 2229. from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2229. | ^ #12 2229. /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2229. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2229. | ^ #12 2229. In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 2229. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2229. from nsgui.h:34, #12 2229. from dispextern.h:137, #12 2229. from nsfont.m:28: #12 2229. /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be p #12 2229. [output clipped, log limit 2MiB reached] #12 2232. make[3]: Leaving directory '/checkout/src' #12 2232. make[2]: Leaving directory '/checkout' #12 2232. make[1]: Leaving directory '/checkout' #12 2232. make[1]: Entering directory '/checkout' #12 2232. make[1]: Leaving directory '/checkout' #12 2233. /GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 2233. from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 40 | #if GS_EXPOSE(NSMetadataItem) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 66 | #if GS_EXPOSE(NSMetadataQuery) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 112 | #if GS_EXPOSE(NSNotificationQueue) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 361 | #if GS_EXPOSE(NSNetService) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 123 | #if GS_EXPOSE(NSNumberFormatter) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 53 | #if GS_EXPOSE(NSPortCoder) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 2233. from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 77 | #if GS_EXPOSE(NSPort) #12 2233. | ^~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 202 | #if GS_EXPOSE(NSSocketPort) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 284 | #if GS_EXPOSE(NSMessagePort) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 47 | #if GS_EXPOSE(NSPortMessage) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 53 | #if GS_EXPOSE(NSProgress) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 40 | #if GS_EXPOSE(NSProtocolChecker) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 91 | #if GS_EXPOSE(NSRegularExpression) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 42 | #if GS_EXPOSE(NSScanner) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 48 | #if GS_EXPOSE(NSSortDescriptor) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 58 | #if GS_EXPOSE(NSSpellServer) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 2233. from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 51 | #if GS_EXPOSE(NSTask) #12 2233. | ^~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 2233. from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 59 | #if GS_EXPOSE(NSThread) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 2233. from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 87 | #if GS_EXPOSE(NSUndoManager) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 105 | #if GS_EXPOSE(NSURLCache) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 48 | #if GS_EXPOSE(NSURLConnection) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 56 | #if GS_EXPOSE(NSURLCredential) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 49 | #if GS_EXPOSE(NSURLDownload) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 121 | #if GS_EXPOSE(NSURLProtocol) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 92 | #if GS_EXPOSE(NSURLRequest) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 49 | #if GS_EXPOSE(NSURLResponse) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 217 | #if GS_EXPOSE(NSUserDefaults) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 2233. from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 2233. from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 72 | #if GS_EXPOSE(NSXMLParser) #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 2233. from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2233. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2233. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 2233. from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 2233. from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 2233. from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2233. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2233. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2233. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2233. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 2233. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2233. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2233. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2233. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 2233. from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2233. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2233. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2233. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 2233. from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2233. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2233. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 2233. from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2233. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 2233. from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 2233. 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 2233. 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 2233. 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 2233. 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 2233. 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 2233. 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 2233. 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 2233. 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 2233. 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 2233. 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 2233. 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 2233. 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 2233. 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 2233. 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 2233. 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 2233. 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 2233. 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 2233. 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 2233. from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 2233. from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 2233. 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 2233. 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 2233. 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2233. | ^~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 2233. 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 2233. | ^~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 2233. from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 2233. from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 2233. 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 2233. from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 2233. 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 2233. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 2233. | ^ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 2233. 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 2233. | ^ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 125 | __attribute__((unused)); #12 2233. | ^~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 129 | __attribute__((unused)); #12 2233. | ^~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 133 | __attribute__((unused)); #12 2233. | ^~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 214 | __attribute__((unused)); #12 2233. | ^~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 247 | __attribute__((unused)); #12 2233. | ^~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 251 | __attribute__((unused)); #12 2233. | ^~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 259 | __attribute__((unused)); #12 2233. | ^~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 263 | __attribute__((unused)); #12 2233. | ^~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 267 | __attribute__((unused)); #12 2233. | ^~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 271 | __attribute__((unused)); #12 2233. | ^~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 275 | __attribute__((unused)); #12 2233. | ^~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 287 | __attribute__((unused)); #12 2233. | ^~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 311 | __attribute__((unused)); #12 2233. | ^~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 323 | __attribute__((unused)); #12 2233. | ^~~~~~~~~~~~~ #12 2233. In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 2233. from nsgui.h:34, #12 2233. from dispextern.h:137, #12 2233. from nsfont.m:28: #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 493 | PSgsave() #12 2233. | ^~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 499 | PSgrestore() #12 2233. | ^~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 505 | PSinitgraphics() #12 2233. | ^~~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 622 | PSinitmatrix() #12 2233. | ^~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 669 | PSclip() #12 2233. | ^~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 675 | PSclosepath() #12 2233. | ^~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 687 | PSeoclip() #12 2233. | ^~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 693 | PSeofill() #12 2233. | ^~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 699 | PSfill() #12 2233. | ^~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 705 | PSflattenpath() #12 2233. | ^~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 711 | PSinitclip() #12 2233. | ^~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 729 | PSnewpath() #12 2233. | ^~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 765 | PSreversepath() #12 2233. | ^~~~~~~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 783 | PSstroke() #12 2233. | ^~~~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 2233. 835 | PSWait() #12 2233. | ^~~~~~ #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 2233. /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 2233. nsfont.m: In function 'nsfont_open': #12 2233. nsfont.m:1038:36: error: too few arguments to function 'Ffont_xlfd_name' #12 2233. 1038 | font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil); #12 2233. | ^~~~~~~~~~~~~~~ #12 2233. In file included from nsfont.m:27: #12 2233. ./globals.h:4723:8: note: declared here #12 2233. 4723 | EXFUN (Ffont_xlfd_name, 3); #12 2233. | ^~~~~~~~~~~~~~~ #12 2233. lisp.h:902:22: note: in definition of macro 'EXFUN' #12 2233. 902 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs #12 2233. | ^~~~~~ #12 2233. make[3]: *** [Makefile:457: nsfont.o] Error 1 #12 2233. make[2]: *** [Makefile:554: src] Error 2 #12 2233. make[1]: *** [Makefile:1291: actual-bootstrap] Error 2 #12 2233. *** #12 2233. *** "make bootstrap" failed with exit status 2. #12 2233. *** #12 2233. *** You could try to: #12 2233. *** - run "make extraclean" and run "make" again (or, equivalently, run #12 2233. *** "make bootstrap configure=default"), to rebuild Emacs with the #12 2233. *** default configuration options, which might fix the problem #12 2233. *** - run "git clean -fdx" and run "make bootstrap" again, which might #12 2233. *** fix the problem if "make bootstrap configure=default" did not #12 2233. *** !BEWARE! "git clean -fdx" deletes all files that are not under #12 2233. *** !BEWARE! version control, which means that all changes to such #12 2233. *** !BEWARE! files will be lost and cannot be restored later #12 2233. *** - run "make V=1", which displays the full commands invoked by make, #12 2233. *** to further investigate the problem #12 2233. *** - report the problem and ask for help by sending an email to #12 2233. *** bug-gnu-emacs@gnu.org, mentioning at least the build error #12 2233. *** message, the platform, and the repository revision displayed by #12 2233. *** "git rev-parse HEAD" #12 2233. *** #12 2233. make[1]: *** [Makefile:418: advice-on-failure] Error 2 #12 2233. 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:1696164677:build_script section_start:1696164677: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-9966db38: No such file or directory section_end:1696164680:after_script section_start:1696164680:upload_artifacts_on_failure section_end:1696164683:upload_artifacts_on_failure ERROR: Job failed: exit code 1