Running with gitlab-runner 15.3.0 (bbcb5aba)  on emba-docker-runner 2oEDrUT7 section_start:1702944735:prepare_executor Preparing the "docker" executor Using Docker executor with image docker:19.03.12 ... Pulling docker image docker:19.03.12 ... Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... section_end:1702944740:prepare_executor section_start:1702944740:prepare_script Preparing environment Running on runner-2oedrut7-project-1-concurrent-0 via emba.gnu.org... section_end:1702944742:prepare_script section_start:1702944742:get_sources Getting source from Git repository $ git config --global http.proxy $HTTP_PROXY; git config --global https.proxy $HTTPS_PROXY Fetching changes with git depth set to 50... Reinitialized existing Git repository in /builds/emacs/emacs/.git/ Checking out 6937182a as master... Removing test-lisp-inotify-6937182a/ Skipping Git submodules setup section_end:1702944946:get_sources section_start:1702944946:step_script Executing "step_script" stage of the job script Using docker image sha256:81f5749c9058a7284e6acd8e126f2b882765a17b9ead14422b51cde1a110b85c for docker:19.03.12 with digest docker@sha256:d41efe7ad0df5a709cfd4e627c7e45104f39bbc08b1b40d7fb718c562b3ce135 ... $ docker info WARNING: No swap limit support Client: Debug Mode: false Server: Containers: 15 Running: 3 Paused: 0 Stopped: 12 Images: 13 Server Version: 20.10.21 Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true userxattr: false Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: runc version: init version: Security Options: apparmor seccomp Profile: default Kernel Version: 4.15.0-213-generic Operating System: Trisquel GNU/Linux Etiona (9.0.2) OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.789GiB Name: emba.gnu.org ID: X47L:JFLM:IP7X:AN3A:6FS4:N5DF:SGWZ:KSYJ:GQ2L:ZEKB:GUXD:3IZT Docker Root Dir: /var/lib/docker Debug Mode: false HTTP Proxy: http://serverproxy0p.fsf.org:8118/ HTTPS Proxy: http://serverproxy0p.fsf.org:8118/ No Proxy: localhost,127.0.0.1,eggs.gnu.org,emba.gnu.org/ Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false $ 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-6937182a0e7735e83377c757ae13292692b0cb85/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 DONE 0.0s #2 [internal] load .dockerignore #2 DONE 0.0s #1 [internal] load build definition from Dockerfile.emba #1 transferring dockerfile: 35B #1 transferring dockerfile: 6.46kB 0.0s done #1 DONE 2.4s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 2.2s #3 [internal] load metadata for docker.io/library/debian:bullseye #3 DONE 4.0s #4 [emacs-base 1/2] FROM docker.io/library/debian:bullseye@sha256:ab2b95aa8... #4 DONE 0.0s #7 [internal] load build context #7 transferring context: #7 transferring context: 56.27MB 5.1s #7 transferring context: 113.72MB 10.2s #7 transferring context: 170.73MB 15.3s #7 transferring context: 242.73MB 20.4s #7 transferring context: 250.95MB 20.8s done #7 DONE 21.1s #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 7.0s #9 [emacs-gnustep 3/6] WORKDIR /checkout #9 DONE 0.3s #10 [emacs-gnustep 4/6] RUN ./autogen.sh autoconf #10 1.719 Checking whether you have the necessary tools... #10 1.719 (Read INSTALL.REPO for more details on building Emacs) #10 1.726 Checking for autoconf (need at least version 2.65) ... ok #10 1.831 Your system has the required tools. #10 1.854 Building aclocal.m4 ... #10 1.878 Running 'autoreconf -fi -I m4' ... #10 17.61 Building 'aclocal.m4' in exec ... #10 17.61 Running 'autoreconf -fi' in exec ... #10 21.07 You can now run './autogen.sh git'. #10 DONE 21.3s #11 [emacs-gnustep 5/6] RUN ./configure --with-ns #11 2.157 checking for xcrun... no #11 2.158 checking for GNU Make... make #11 2.198 checking build system type... x86_64-pc-linux-gnu #11 2.821 checking host system type... x86_64-pc-linux-gnu #11 2.842 checking for gcc... gcc #11 3.000 checking whether the C compiler works... yes #11 3.312 checking for C compiler default output file name... a.out #11 3.315 checking for suffix of executables... #11 3.436 checking whether we are cross compiling... no #11 3.640 checking for suffix of object files... o #11 3.717 checking whether we are using the GNU C compiler... yes #11 3.788 checking whether gcc accepts -g... yes #11 3.863 checking for gcc option to enable C11 features... none needed #11 4.213 checking whether the compiler is clang... no #11 4.307 checking for compiler option needed when checking for declarations... none #11 4.308 checking whether gcc and cc understand -c and -o together... yes #11 4.639 checking how to run the C preprocessor... gcc -E #11 4.869 checking for grep that handles long lines and -e... /bin/grep #11 4.875 checking for egrep... /bin/grep -E #11 4.887 checking for ANSI C header files... yes #11 5.344 checking for sys/types.h... yes #11 5.472 checking for sys/stat.h... yes #11 5.604 checking for stdlib.h... yes #11 5.710 checking for string.h... yes #11 5.845 checking for memory.h... yes #11 6.005 checking for strings.h... yes #11 6.131 checking for inttypes.h... yes #11 6.283 checking for stdint.h... yes #11 6.417 checking for unistd.h... yes #11 6.561 checking for wchar.h... yes #11 6.680 checking for minix/config.h... no #11 6.802 checking for linux/fs.h... yes #11 7.017 checking for malloc.h... yes #11 7.152 checking for sys/systeminfo.h... no #11 7.260 checking for sys/sysinfo.h... yes #11 7.443 checking for coff.h... no #11 7.547 checking for pty.h... yes #11 7.719 checking for sys/resource.h... yes #11 7.873 checking for sys/utsname.h... yes #11 7.994 checking for pwd.h... yes #11 8.106 checking for util.h... no #11 8.225 checking for sanitizer/lsan_interface.h... yes #11 8.411 checking for sanitizer/asan_interface.h... yes #11 8.565 checking for sanitizer/common_interface_defs.h... yes #11 8.753 checking for sys/socket.h... yes #11 8.963 checking for stdlib.h... (cached) yes #11 8.991 checking for unistd.h... (cached) yes #11 9.018 checking for sys/param.h... yes #11 9.208 checking for pthread.h... yes #11 9.379 checking for malloc/malloc.h... no #11 9.500 checking for sys/un.h... yes #11 9.643 checking for utmp.h... yes #11 9.819 checking for utmpx.h... yes #11 9.977 checking for OS.h... no #11 10.12 checking for dirent.h... yes #11 10.27 checking for execinfo.h... yes #11 10.41 checking for linux/xattr.h... yes #11 10.54 checking for stdio_ext.h... yes #11 10.70 checking for sys/vfs.h... yes #11 10.84 checking for sys/fs_types.h... no #11 10.96 checking for getopt.h... yes #11 11.14 checking for sys/cdefs.h... yes #11 11.30 checking for sys/time.h... yes #11 11.44 checking for ieee754.h... yes #11 11.59 checking for limits.h... yes #11 11.74 checking for inttypes.h... (cached) yes #11 11.77 checking for sys/types.h... (cached) yes #11 11.80 checking for stdint.h... (cached) yes #11 11.83 checking for sys/select.h... yes #11 12.00 checking for stdbool.h... yes #11 12.16 checking for stdckdint.h... no #11 12.26 checking for sys/random.h... yes #11 12.40 checking for sys/stat.h... (cached) yes #11 12.41 checking whether it is safe to define __EXTENSIONS__... yes #11 12.56 checking whether _XOPEN_SOURCE should be defined... no #11 12.67 checking for Minix Amsterdam compiler... no #11 12.71 checking for ar... ar #11 12.71 checking for ranlib... ranlib #11 12.71 checking for gcc option to enable large file support... none needed #11 12.89 checking for gcc option for timestamps after 2038... none needed #11 12.98 checking for g++... g++ #11 13.09 checking whether we are using the GNU C++ compiler... yes #11 13.46 checking whether g++ accepts -g... yes #11 13.56 checking for g++ option to enable C++11 features... none needed #11 32.00 checking how to run the C++ preprocessor... g++ -E #11 32.20 checking whether gcc accepts -g3 -O2... yes #11 32.34 checking whether the compiler is clang... no #11 32.43 checking whether C compiler handles -Werror -Wunknown-warning-option... no #11 32.54 checking whether -Wno-missing-field-initializers is needed... yes #11 32.72 checking whether -Wuninitialized is supported... yes #11 32.83 checking whether C compiler handles -fstrict-flex-arrays... no #11 32.93 checking whether C compiler handles -Wall... yes #11 33.09 checking whether C compiler handles -Warith-conversion... yes #11 33.26 checking whether C compiler handles -Wdate-time... yes #11 33.41 checking whether C compiler handles -Wdisabled-optimization... yes #11 33.61 checking whether C compiler handles -Wdouble-promotion... yes #11 33.78 checking whether C compiler handles -Wduplicated-cond... yes #11 33.96 checking whether C compiler handles -Wextra... yes #11 34.13 checking whether C compiler handles -Wformat-signedness... yes #11 34.31 checking whether C compiler handles -Winit-self... yes #11 34.47 checking whether C compiler handles -Winvalid-pch... yes #11 34.68 checking whether C compiler handles -Wlogical-op... yes #11 34.84 checking whether C compiler handles -Wmissing-declarations... yes #11 35.02 checking whether C compiler handles -Wmissing-include-dirs... yes #11 35.18 checking whether C compiler handles -Wmissing-prototypes... yes #11 35.37 checking whether C compiler handles -Wnested-externs... yes #11 35.53 checking whether C compiler handles -Wnull-dereference... yes #11 35.70 checking whether C compiler handles -Wold-style-definition... yes #11 35.90 checking whether C compiler handles -Wopenmp-simd... yes #11 36.11 checking whether C compiler handles -Wpacked... yes #11 36.26 checking whether C compiler handles -Wpointer-arith... yes #11 36.42 checking whether C compiler handles -Wstrict-flex-arrays... no #11 36.49 checking whether C compiler handles -Wstrict-prototypes... yes #11 36.66 checking whether C compiler handles -Wsuggest-attribute=format... yes #11 36.81 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #11 36.99 checking whether C compiler handles -Wsuggest-final-methods... yes #11 37.16 checking whether C compiler handles -Wsuggest-final-types... yes #11 37.34 checking whether C compiler handles -Wtrampolines... yes #11 37.47 checking whether C compiler handles -Wuninitialized... yes #11 37.66 checking whether C compiler handles -Wunknown-pragmas... yes #11 37.82 checking whether C compiler handles -Wunused-macros... yes #11 37.99 checking whether C compiler handles -Wvariadic-macros... yes #11 38.19 checking whether C compiler handles -Wvector-operation-performance... yes #11 38.35 checking whether C compiler handles -Wwrite-strings... yes #11 38.50 checking whether C compiler handles -Warray-bounds=2... yes #11 38.65 checking whether C compiler handles -Wattribute-alias=2... yes #11 38.81 checking whether C compiler handles -Wformat=2... yes #11 38.97 checking whether C compiler handles -Wformat-truncation=2... yes #11 39.13 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #11 39.28 checking whether C compiler handles -Wshift-overflow=2... yes #11 39.47 checking whether C compiler handles -Wuse-after-free=3... no #11 39.55 checking whether C compiler handles -Wvla-larger-than=4031... yes #11 39.71 checking whether C compiler handles -Wno-missing-field-initializers... yes #11 39.86 checking whether C compiler handles -Wredundant-decls... yes #11 40.04 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #11 40.04 checking whether C compiler handles -Wno-override-init... yes #11 40.18 checking whether C compiler handles -Wno-sign-compare... yes #11 40.29 checking whether C compiler handles -Wno-type-limits... yes #11 40.41 checking whether C compiler handles -Wno-unused-parameter... yes #11 40.57 checking whether C compiler handles -Wno-format-nonliteral... yes #11 40.75 checking whether C compiler handles -Wno-bidi-chars... no #11 40.82 checking for a BSD-compatible install... /usr/bin/install -c #11 40.87 checking command to symlink files in the same directory... ln -s #11 40.89 checking for install-info... : #11 40.89 checking for gzip... /bin/gzip #11 40.90 checking for 'find' args to delete a file... -delete #11 40.92 checking for brew... no #11 41.38 checking for -znocombreloc... not needed #11 41.38 checking whether addresses are sanitized... no #11 41.45 checking for math library... -lm #11 42.14 checking for struct passwd.pw_gecos... yes #11 42.23 checking for pkg-config... /usr/bin/pkg-config #11 42.23 checking pkg-config is at least version 0.9.0... yes #11 42.30 checking for machine/soundcard.h... no #11 42.37 checking for sys/soundcard.h... yes #11 42.48 checking for soundcard.h... no #11 42.56 checking for mmsystem.h... no #11 42.63 checking for _oss_ioctl in -lossaudio... no #11 42.78 checking for alsa >= 1.0.0... no #11 42.82 checking for ADDR_NO_RANDOMIZE... yes #11 42.91 checking if Linux sysinfo may be used... yes #11 43.22 checking for sys/wait.h that is POSIX.1 compatible... yes #11 43.38 checking for net/if.h... yes #11 43.56 checking for ifaddrs.h... yes #11 43.74 checking for net/if_dl.h... no #11 43.87 checking for struct ifreq.ifr_flags... yes #11 44.09 checking for struct ifreq.ifr_hwaddr... yes #11 44.46 checking for struct ifreq.ifr_netmask... yes #11 44.83 checking for struct ifreq.ifr_broadaddr... yes #11 45.25 checking for struct ifreq.ifr_addr... yes #11 45.58 checking for struct ifreq.ifr_addr.sa_len... no #11 45.84 checking whether gcc understands -MMD -MF... yes #11 45.92 checking for X... no #11 46.24 checking AppKit/AppKit.h usability... yes #11 48.71 checking AppKit/AppKit.h presence... yes #11 48.96 checking for AppKit/AppKit.h... yes #11 48.96 checking for Mac OS X 12.0 or later... yes #11 49.03 checking for gcc... gcc #11 49.12 checking whether we are using the GNU Objective C compiler... yes #11 49.20 checking whether gcc accepts -g... yes #11 49.27 checking if the Objective C compiler supports instancetype... yes #11 49.34 checking if the Objective C compiler defaults to C99... no #11 49.42 checking whether malloc is Doug Lea style... no #11 49.54 checking for sbrk... yes #11 49.71 checking for __lsan_ignore_object... no #11 49.89 checking for fchmod... yes #11 50.09 checking for utmpname... yes #11 50.27 checking for utmpxname... yes #11 50.48 checking for canonicalize_file_name... yes #11 50.68 checking for realpath... yes #11 50.87 checking for lstat... yes #11 51.10 checking for fchmodat... yes #11 51.34 checking for lchmod... no #11 51.43 checking for fcntl... yes #11 51.66 checking for fdopendir... yes #11 51.94 checking for listxattr... yes #11 52.17 checking for fstatat... yes #11 52.36 checking for fsync... yes #11 52.57 checking for gettimeofday... yes #11 52.77 checking for memset_explicit... no #11 53.00 checking for memset_s... no #11 53.21 checking for pselect... yes #11 53.43 checking for readlink... yes #11 53.62 checking for isblank... yes #11 53.85 checking for iswctype... yes #11 54.08 checking for strtoimax... yes #11 54.32 checking for symlink... yes #11 54.49 checking for localtime_r... yes #11 54.68 checking for getdtablesize... yes #11 54.84 checking for getpagesize... yes #11 54.96 checking for working mmap... yes #11 55.22 checking for main in -lXbsd... no #11 55.32 checking for pthread library... -lpthread #11 55.73 checking for thread support... yes #11 55.73 checking for librsvg-2.0 >= 2.14.0... no #11 55.75 checking for libwebpdemux >= 0.6.0... no #11 55.77 checking for WebPGetInfo... no #11 55.91 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #11 55.94 checking for sqlite3_open_v2 in -lsqlite3... no #11 56.04 checking for getaddrinfo_a in -lanl... yes #11 56.17 checking for malloc_trim... yes #11 56.31 checking for dbus-1 >= 1.0... yes #11 56.36 checking for dbus_watch_get_unix_fd... yes #11 56.62 checking for dbus_type_is_valid... yes #11 56.82 checking for dbus_validate_bus_name... yes #11 57.03 checking for dbus_validate_path... yes #11 57.25 checking for dbus_validate_interface... yes #11 57.49 checking for dbus_validate_member... yes #11 57.70 checking for lgetfilecon in -lselinux... no #11 57.79 checking for gnutls >= 2.12.2... yes #11 57.85 checking for libsystemd >= 222... no #11 57.88 checking for jansson >= 2.7... no #11 57.91 checking for tree-sitter >= 0.20.2... no #11 57.94 checking for tree-sitter >= 0.6.3... no #11 57.97 checking sys/inotify.h usability... yes #11 58.14 checking sys/inotify.h presence... yes #11 58.20 checking for sys/inotify.h... yes #11 58.20 checking for inotify_init1... yes #11 58.47 checking for jpeglib 6b or later... no #11 58.71 checking for lcms2... no #11 58.73 checking for library containing inflateEnd... -lz #11 59.14 checking for dladdr... yes #11 59.39 checking for dlfunc... no #11 59.59 checking for gcc_jit_context_acquire in -lgccjit... no #11 59.74 configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #11 59.74 found. #11 59.74 Please try installing libgccjit or a similar package if you want to have it #11 59.74 enabled. #11 59.74 checking libgccjit.h usability... no #11 59.87 checking libgccjit.h presence... no #11 59.95 checking for libgccjit.h... no #11 59.95 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #11 59.95 were not found. #11 59.95 Please try installing libgccjit-dev or a similar package if you want to have it #11 59.95 enabled. #11 59.95 checking for libpng >= 1.0.0... no #11 59.98 checking for libpng not configured by pkg-config... no #11 60.05 checking tiffio.h usability... no #11 60.16 checking tiffio.h presence... no #11 60.20 checking for tiffio.h... no #11 60.21 checking gif_lib.h usability... no #11 60.31 checking gif_lib.h presence... no #11 60.34 checking for gif_lib.h... no #11 60.35 checking gpm.h usability... no #11 60.44 checking gpm.h presence... no #11 60.50 checking for gpm.h... no #11 60.51 checking for libxml-2.0 > 2.6.17... no #11 60.54 checking for maillock in -lmail... no #11 60.68 checking for maillock in -llockfile... no #11 60.81 checking for liblockfile.so... no #11 60.81 checking maillock.h usability... no #11 60.93 checking maillock.h presence... no #11 60.99 checking for maillock.h... no #11 61.00 checking linux/seccomp.h usability... yes #11 61.17 checking linux/seccomp.h presence... yes #11 61.24 checking for linux/seccomp.h... yes #11 61.28 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #11 61.38 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #11 61.48 checking linux/filter.h usability... yes #11 61.68 checking linux/filter.h presence... yes #11 61.73 checking for linux/filter.h... yes #11 61.77 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #11 61.81 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #11 61.81 checking for libseccomp >= 2.5.2... no #11 61.85 checking size of long... 8 #11 62.15 checking for accept4... yes #11 62.35 checking for fchdir... yes #11 62.55 checking for gethostname... yes #11 62.76 checking for getrusage... yes #11 62.99 checking for get_current_dir_name... yes #11 63.17 checking for lrand48... yes #11 63.36 checking for random... yes #11 63.58 checking for rint... yes #11 63.84 checking for tcdrain... yes #11 64.07 checking for trunc... yes #11 64.33 checking for select... yes #11 64.53 checking for getpagesize... (cached) yes #11 64.56 checking for setlocale... yes #11 64.78 checking for newlocale... yes #11 64.99 checking for getrlimit... yes #11 65.20 checking for setrlimit... yes #11 65.44 checking for shutdown... yes #11 65.66 checking for pthread_sigmask... (cached) yes #11 65.69 checking for strsignal... yes #11 65.88 checking for setitimer... yes #11 66.15 checking for sendto... yes #11 66.33 checking for recvfrom... yes #11 66.48 checking for getsockname... yes #11 66.65 checking for getifaddrs... yes #11 66.81 checking for freeifaddrs... yes #11 66.98 checking for gai_strerror... yes #11 67.14 checking for sync... yes #11 67.33 checking for endpwent... yes #11 67.51 checking for getgrent... yes #11 67.68 checking for endgrent... yes #11 67.92 checking for renameat2... yes #11 68.15 checking for cfmakeraw... yes #11 68.37 checking for cfsetspeed... yes #11 68.56 checking for __executable_start... yes #11 68.82 checking for log2... yes #11 69.13 checking for pthread_setname_np... yes #11 69.35 checking for pthread_set_name_np... no #11 69.79 checking for getpwent... yes #11 70.01 checking whether pthread_setname_np takes a single argument... no #11 70.10 checking whether pthread_setname_np takes three arguments... no #11 70.23 checking for aligned_alloc... yes #11 70.45 checking whether aligned_alloc is declared... yes #11 70.59 checking for posix_madvise... yes #11 70.77 checking for madvise... yes #11 70.94 checking for __builtin_frame_address... yes #11 71.14 checking for __builtin_unwind_init... yes #11 71.33 checking for _LARGEFILE_SOURCE value needed for large files... no #11 71.52 checking for grantpt... yes #11 71.67 checking for getpt... yes #11 71.89 checking for posix_openpt... yes #11 72.14 checking for library containing tputs... -ltinfo #11 72.49 checking whether -ltinfo library defines BC... yes #11 72.67 checking for timerfd interface... yes #11 72.78 checking whether signals can be handled on alternate stack... yes #11 72.92 checking valgrind/valgrind.h usability... no #11 73.05 checking valgrind/valgrind.h presence... no #11 73.11 checking for valgrind/valgrind.h... no #11 73.11 checking for struct unipair.unicode... yes #11 73.21 checking for pid_t... yes #11 73.58 checking vfork.h usability... no #11 73.72 checking vfork.h presence... no #11 73.78 checking for vfork.h... no #11 73.80 checking for fork... yes #11 74.03 checking for vfork... yes #11 74.24 checking for working fork... yes #11 74.46 checking for working vfork... (cached) yes #11 74.48 checking for snprintf... yes #11 74.70 checking for open_memstream... yes #11 74.88 checking spawn.h usability... yes #11 75.06 checking spawn.h presence... yes #11 75.12 checking for spawn.h... yes #11 75.14 checking for posix_spawn... yes #11 75.36 checking for posix_spawn_file_actions_addchdir... no #11 75.56 checking for posix_spawn_file_actions_addchdir_np... yes #11 75.74 checking for posix_spawnattr_setflags... yes #11 75.95 checking whether POSIX_SPAWN_SETSID is declared... yes #11 76.05 checking whether GLib is linked in... no #11 76.17 checking for nl_langinfo and CODESET... yes #11 76.40 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #11 76.58 checking for mbstate_t... yes #11 76.74 checking for signals via characters... yes #11 76.89 checking for _setjmp... yes #11 77.06 checking for sigsetjmp... yes #11 77.21 checking POSIX termios... yes #11 77.39 checking size of speed_t... 4 #11 77.62 checking for usable FIONREAD... yes #11 77.71 checking for usable SIGIO... yes #11 77.87 checking for struct alignment... yes #11 77.98 checking for C/C++ restrict keyword... __restrict__ #11 78.07 checking for typeof syntax and keyword spelling... typeof #11 78.17 checking for statement expressions... yes #11 78.28 checking whether malloc (0) returns nonnull... yes #11 78.48 checking sys/acl.h usability... yes #11 78.63 checking sys/acl.h presence... yes #11 78.69 checking for sys/acl.h... yes #11 78.70 checking for library containing acl_get_file... -lacl #11 79.07 checking for acl_get_file... yes #11 79.26 checking for acl_get_fd... yes #11 79.41 checking for acl_set_file... yes #11 79.57 checking for acl_set_fd... yes #11 79.76 checking for acl_free... yes #11 79.96 checking for acl_from_mode... yes #11 80.14 checking for acl_from_text... yes #11 80.33 checking for acl_delete_def_file... yes #11 80.51 checking for acl_extended_file... yes #11 80.70 checking for acl_delete_fd_np... no #11 80.93 checking for acl_delete_file_np... no #11 81.14 checking for acl_copy_ext_native... no #11 81.33 checking for acl_create_entry_np... no #11 81.55 checking for acl_to_short_text... no #11 81.73 checking for acl_free_text... no #11 81.93 checking for working acl_get_file... yes #11 82.12 checking acl/libacl.h usability... yes #11 82.27 checking acl/libacl.h presence... yes #11 82.32 checking for acl/libacl.h... yes #11 82.33 checking for acl_entries... yes #11 82.52 checking for ACL_FIRST_ENTRY... yes #11 82.61 checking for ACL_TYPE_EXTENDED... no #11 82.69 checking for working alloca.h... yes #11 82.84 checking for alloca... yes #11 83.01 checking for a thread-safe mkdir -p... /bin/mkdir -p #11 83.01 checking whether the preprocessor supports include_next... yes #11 83.14 checking whether source code line length is unlimited... yes #11 83.20 checking whether endutent is declared... yes #11 83.31 checking for struct utmpx.ut_user... yes #11 83.50 checking for struct utmp.ut_user... yes #11 83.68 checking for struct utmpx.ut_name... yes #11 83.86 checking for struct utmp.ut_name... yes #11 84.07 checking for struct utmpx.ut_type... yes #11 84.26 checking for struct utmp.ut_type... yes #11 84.41 checking for struct utmpx.ut_pid... yes #11 84.58 checking for struct utmp.ut_pid... yes #11 84.75 checking for struct utmp.ut_tv... yes #11 85.02 checking for struct utmpx.ut_host... yes #11 85.16 checking for struct utmp.ut_host... yes #11 85.36 checking for struct utmpx.ut_id... yes #11 85.52 checking for struct utmp.ut_id... yes #11 85.69 checking for struct utmpx.ut_session... yes #11 85.93 checking for struct utmp.ut_session... yes #11 86.14 checking for struct utmpx.ut_exit... yes #11 86.56 checking for struct utmp.ut_exit... yes #11 86.86 checking for struct utmpx.ut_exit.ut_exit... no #11 87.12 checking for struct utmpx.ut_exit.e_exit... yes #11 87.26 checking for struct utmp.ut_exit.e_exit... yes #11 87.41 checking for struct utmpx.ut_exit.ut_termination... no #11 87.60 checking for struct utmpx.ut_exit.e_termination... yes #11 87.74 checking for struct utmp.ut_exit.e_termination... yes #11 87.91 checking whether sysinfo is declared... yes #11 87.99 checking for sys/sysctl.h... yes #11 88.19 checking for sysctl... yes #11 88.40 checking whether lstat correctly handles trailing slash... yes #11 88.66 checking whether // is distinct from /... no #11 88.69 checking whether realpath works... yes #11 88.96 checking for faccessat... yes #11 89.13 checking for getcwd... yes #11 89.29 checking whether byte ordering is bigendian... no #11 89.56 checking if environ is properly declared... yes #11 89.63 checking for complete errno.h... yes #11 89.67 checking whether ctype.h defines __header_inline... no #11 89.72 checking for mode_t... yes #11 89.99 checking whether strmode is declared... no #11 90.13 checking whether getline is declared... yes #11 90.28 checking for gawk... no #11 90.28 checking for mawk... mawk #11 90.29 checking for getopt.h... (cached) yes #11 90.29 checking for getopt_long_only... yes #11 90.48 checking whether getopt is POSIX compatible... yes #11 91.19 checking for working GNU getopt function... yes #11 91.49 checking for working GNU getopt_long function... yes #11 91.67 checking whether timespec_get is declared... yes #11 91.77 checking for timespec_get... yes #11 91.92 checking for struct timeval... yes #11 92.03 checking for wide-enough struct timeval.tv_sec member... yes #11 92.19 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #11 92.29 checking whether the compiler produces multi-arch binaries... no #11 92.35 checking whether stdint.h conforms to C99... yes #11 92.71 checking whether stdint.h works without ISO C predefines... yes #11 92.80 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #11 92.91 checking whether memmem is declared... yes #11 93.08 checking whether memrchr is declared... yes #11 93.22 checking whether defines MIN and MAX... no #11 93.29 checking whether defines MIN and MAX... yes #11 93.42 checking whether time_t is signed... yes #11 93.57 checking whether alarm is declared... yes #11 93.73 checking for working mktime... no #11 94.15 checking whether struct tm is in sys/time.h or time.h... time.h #11 94.27 checking for struct tm.tm_zone... yes #11 94.41 checking for struct tm.tm_gmtoff... yes #11 94.51 checking whether is self-contained... yes #11 94.87 checking for inline... inline #11 94.97 checking for sigset_t... yes #11 95.15 checking for volatile sig_atomic_t... yes #11 95.36 checking for sighandler_t... yes #11 95.56 checking for wchar_t... yes #11 95.66 checking for good max_align_t... yes #11 95.77 checking whether NULL can be used in arbitrary expressions... yes #11 95.84 checking for unreachable... no #11 96.08 checking whether fcloseall is declared... yes #11 96.28 checking whether getw is declared... yes #11 96.46 checking whether putw is declared... yes #11 96.66 checking which flavor of printf attribute matches inttypes macros... system #11 96.78 checking whether strnlen is declared... yes #11 96.96 checking whether strtoimax is declared... yes #11 97.13 checking whether stat file-mode macros are broken... no #11 97.22 checking for nlink_t... yes #11 97.42 checking for struct timespec in ... yes #11 97.52 checking for TIME_UTC in ... yes #11 97.62 checking whether execvpe is declared... yes #11 97.80 checking whether clearerr_unlocked is declared... yes #11 97.96 checking whether feof_unlocked is declared... yes #11 98.15 checking whether ferror_unlocked is declared... yes #11 98.36 checking whether fflush_unlocked is declared... yes #11 98.50 checking whether fgets_unlocked is declared... yes #11 98.64 checking whether fputc_unlocked is declared... yes #11 98.79 checking whether fputs_unlocked is declared... yes #11 98.94 checking whether fread_unlocked is declared... yes #11 99.11 checking whether fwrite_unlocked is declared... yes #11 99.26 checking whether getc_unlocked is declared... yes #11 99.42 checking whether getchar_unlocked is declared... yes #11 99.56 checking whether putc_unlocked is declared... yes #11 99.73 checking whether putchar_unlocked is declared... yes #11 99.88 checking type of array argument to getgroups... gid_t #11 100.2 checking whether getdelim is declared... yes #11 100.4 checking whether getdtablesize is declared... yes #11 100.5 checking whether malloc is ptrdiff_t safe... yes #11 100.6 checking whether malloc, realloc, calloc set errno on failure... yes #11 100.6 checking for O_CLOEXEC... yes #11 100.7 checking for promoted mode_t type... mode_t #11 100.8 checking whether the utimes function works... yes #11 101.1 checking for C compiler option to allow warnings... -Wno-error #11 101.3 checking for alignas and alignof... yes, macros #11 101.4 checking for alloca as a compiler built-in... yes #11 101.4 checking for static_assert... yes, an macro #11 101.6 checking for __builtin_expect... yes #11 101.7 checking byteswap.h usability... yes #11 101.8 checking byteswap.h presence... yes #11 101.9 checking for byteswap.h... yes #11 101.9 checking for readlinkat... yes #11 102.1 checking for library containing clock_gettime... none required #11 102.2 checking for clock_getres... yes #11 102.3 checking for clock_gettime... yes #11 102.5 checking for clock_settime... yes #11 102.7 checking for copy_file_range... yes #11 102.8 checking for d_type member in directory struct... yes #11 103.0 checking whether // is distinct from /... (cached) no #11 103.0 checking whether dup2 works... yes #11 103.2 checking for library containing backtrace_symbols_fd... none required #11 103.3 checking for faccessat... (cached) yes #11 103.3 checking whether fchmodat works... no #11 103.6 checking for readlinkat... (cached) yes #11 103.6 checking whether fcntl handles F_DUPFD correctly... yes #11 103.9 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #11 104.1 checking whether fdopendir is declared... yes #11 104.2 checking whether fdopendir works... yes #11 104.4 checking for flexible array member... yes #11 104.5 checking for __fpending... yes #11 104.6 checking whether __fpending is declared... yes #11 104.7 checking whether free is known to preserve errno... no #11 104.8 checking whether fstatat (..., 0) works... yes #11 104.9 checking for sys/mount.h... yes #11 105.1 checking for statvfs function (SVR4)... yes #11 105.2 checking whether to use statvfs64... no #11 105.3 checking for two-argument statfs with statfs.f_frsize member... yes #11 105.5 checking sys/fs/s5param.h usability... no #11 105.6 checking sys/fs/s5param.h presence... no #11 105.6 checking for sys/fs/s5param.h... no #11 105.6 checking sys/statfs.h usability... yes #11 105.7 checking sys/statfs.h presence... yes #11 105.8 checking for sys/statfs.h... yes #11 105.8 checking for statfs that truncates block counts... no #11 105.8 checking for futimens... yes #11 106.0 checking whether futimens works... yes #11 107.2 checking for getline... yes #11 107.3 checking for working getline function... yes #11 107.5 checking for getloadavg... yes #11 107.6 checking sys/loadavg.h usability... no #11 107.7 checking sys/loadavg.h presence... no #11 107.8 checking for sys/loadavg.h... no #11 107.8 checking whether getloadavg is declared... yes #11 107.9 checking for getrandom... yes #11 108.0 checking whether getrandom is compatible with its GNU+BSD signature... yes #11 108.1 checking for gettimeofday with POSIX signature... yes #11 108.2 checking whether the compiler supports the __inline keyword... yes #11 108.3 checking gmp.h usability... yes #11 108.4 checking gmp.h presence... yes #11 108.5 checking for gmp.h... yes #11 108.5 checking for library containing __gmpz_roinit_n... -lgmp #11 108.7 checking for memmem... yes #11 108.9 checking whether memmem works... yes #11 109.0 checking for mempcpy... yes #11 109.2 checking for memrchr... yes #11 109.3 checking for explicit_memset... no #11 109.5 checking for mkostemp... yes #11 109.6 checking for library containing nanosleep... none required #11 109.8 checking for working nanosleep... no (mishandles large arguments) #11 111.1 checking for sys/pstat.h... no #11 111.3 checking for sys/sysmp.h... no #11 111.4 checking for sys/param.h... (cached) yes #11 111.4 checking for sys/sysctl.h... (cached) yes #11 111.4 checking for sched_getaffinity_np... no #11 111.6 checking for pstat_getdynamic... no #11 111.9 checking for sysmp... no #11 112.1 checking for sysctl... (cached) yes #11 112.1 checking for sched_getaffinity... yes #11 112.4 checking for glibc compatible sched_getaffinity... yes #11 112.5 checking for pipe2... yes #11 112.7 checking whether signature of pselect conforms to POSIX... yes #11 112.8 checking whether pselect detects invalid fds... yes #11 113.0 checking whether pthread_sigmask is a macro... no #11 113.1 checking whether pthread_sigmask returns error numbers... yes #11 113.3 checking whether pthread_sigmask unblocks signals correctly... guessing yes #11 115.6 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #11 116.0 checking whether readlink signature is correct... yes #11 116.1 checking whether readlink handles trailing slash correctly... yes #11 116.3 checking whether readlink truncates results correctly... yes #11 116.5 checking for readlinkat... (cached) yes #11 116.5 checking whether readlinkat signature is correct... yes #11 116.6 checking for working re_compile_pattern... no #11 116.9 checking libintl.h usability... yes #11 117.0 checking libintl.h presence... yes #11 117.1 checking for libintl.h... yes #11 117.1 checking whether isblank is declared... yes #11 117.2 checking for sig2str... no #11 117.4 checking for sigdescr_np... no #11 117.6 checking for socklen_t... yes #11 117.8 checking for ssize_t... yes #11 117.9 checking for struct stat.st_atim.tv_nsec... yes #11 118.0 checking whether struct stat.st_atim is of type struct timespec... yes #11 118.1 checking for struct stat.st_birthtimespec.tv_nsec... no #11 118.3 checking for struct stat.st_birthtimensec... no #11 118.5 checking for struct stat.st_birthtim.tv_nsec... no #11 118.7 checking for bool, true, false... no #11 118.8 checking for stpcpy... yes #11 119.0 checking for working strnlen... yes #11 119.2 checking whether strtoimax works... yes #11 119.4 checking whether symlink handles trailing slash correctly... yes #11 119.6 checking whether localtime_r is declared... yes #11 119.8 checking whether localtime_r is compatible with its POSIX signature... yes #11 119.9 checking whether localtime works even near extrema... yes #11 120.2 checking for timezone_t... no #11 120.3 checking for timegm... yes #11 120.5 checking whether timer_settime is declared... yes #11 120.6 checking for library containing timer_settime... -lrt #11 120.9 checking for timer_settime... yes #11 121.1 checking for utimensat... yes #11 121.3 checking whether utimensat works... yes #11 122.5 checking for variable-length arrays... yes #11 122.7 checking whether getdtablesize works... yes #11 122.9 checking for __mktime_internal... no #11 123.1 checking for timer_getoverrun... yes #11 123.3 checking for gcc option to disable position independent executables... not needed #11 123.3 checking for __ctype_get_mb_cur_max... yes #11 123.4 checking whether MB_CUR_MAX is defined to function that won't link... no #11 123.5 #11 123.5 Configured for 'x86_64-pc-linux-gnu'. #11 123.5 #11 123.5 Where should the build process find the source code? . #11 123.5 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #11 123.5 Should Emacs use the GNU version of malloc? no #11 123.5 (The GNU allocators don't work with this system configuration.) #11 123.5 Should Emacs use a relocating allocator for buffers? no #11 123.5 Should Emacs use mmap(2) for buffer allocation? no #11 123.5 What window system should Emacs use? nextstep #11 123.5 What toolkit should Emacs use? none #11 123.5 Where do we find X Windows header files? NONE #11 123.5 Where do we find X Windows libraries? NONE #11 123.5 Does Emacs use -lXaw3d? no #11 123.5 Is Emacs being built for Android? no #11 123.5 Does Emacs use the X Double Buffer Extension? no #11 123.5 Does Emacs use -lXpm? no #11 123.5 Does Emacs use -ljpeg? no #11 123.5 Does Emacs use -ltiff? no #11 123.5 Does Emacs use a gif library? no #11 123.5 Does Emacs use a png library? no #11 123.5 Does Emacs use -lrsvg-2? no #11 123.5 Does Emacs use -lwebp? no #11 123.5 Does Emacs use -lsqlite3? no #11 123.5 Does Emacs use cairo? no #11 123.5 Does Emacs use -llcms2? no #11 123.5 Does Emacs use imagemagick? no #11 123.5 Does Emacs use native APIs for images? yes (ns) #11 123.5 Does Emacs support sound? yes #11 123.5 Does Emacs use -lgpm? no #11 123.5 Does Emacs use -ldbus? yes #11 123.5 Does Emacs use -lgconf? no #11 123.5 Does Emacs use GSettings? no #11 123.5 Does Emacs use a file notification library? yes -lglibc (inotify) #11 123.5 Does Emacs use access control lists? yes -lacl -lattr #11 123.5 Does Emacs use -lselinux? no #11 123.5 Does Emacs use -lgnutls? yes #11 123.5 Does Emacs use -lxml2? no #11 123.5 Does Emacs use -lfreetype? no #11 123.5 Does Emacs use HarfBuzz? no #11 123.5 Does Emacs use -lm17n-flt? no #11 123.5 Does Emacs use -lotf? no #11 123.5 Does Emacs use -lxft? no #11 123.5 Does Emacs use -lsystemd? no #11 123.5 Does Emacs use -ljansson? no #11 123.5 Does Emacs use -ltree-sitter? no #11 123.5 Does Emacs use the GMP library? yes #11 123.5 Does Emacs directly use zlib? yes #11 123.5 Does Emacs have dynamic modules support? yes #11 123.5 Does Emacs use toolkit scroll bars? yes #11 123.5 Does Emacs support Xwidgets? no #11 123.5 Does Emacs have threading support in lisp? yes #11 123.5 Does Emacs support the portable dumper? yes #11 123.5 Does Emacs support legacy unexec dumping? no #11 123.5 Which dumping strategy does Emacs use? pdumper #11 123.5 Does Emacs have native lisp compiler? no #11 123.5 Does Emacs use version 2 of the X Input Extension? no #11 123.5 Does Emacs generate a smaller-size Japanese dictionary? no #11 123.5 #11 123.5 #11 123.5 #11 123.5 Run 'make' to build Emacs, then run 'src/emacs' to test it. #11 123.5 Run 'make install' in order to build an application bundle. #11 123.5 The application will go to nextstep/Emacs.app and can be run or moved #11 123.5 from there. #11 123.5 The application will be fully self-contained. #11 123.5 #11 124.0 configure: creating ./config.status #11 124.3 config.status: creating src/verbose.mk #11 124.4 config.status: creating src/emacs-module.h #11 124.5 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #11 124.6 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #11 124.6 config.status: creating Makefile #11 124.7 config.status: creating lib/gnulib.mk #11 124.8 config.status: creating ./doc/man/emacs.1 #11 124.9 config.status: creating lib/Makefile #11 125.0 config.status: creating lib-src/Makefile #11 125.1 config.status: creating oldXMenu/Makefile #11 125.1 config.status: creating src/Makefile #11 125.2 config.status: creating lwlib/Makefile #11 125.3 config.status: creating nextstep/Makefile #11 125.3 config.status: creating nt/Makefile #11 125.4 config.status: creating doc/emacs/Makefile #11 125.4 config.status: creating doc/misc/Makefile #11 125.5 config.status: creating doc/lispintro/Makefile #11 125.6 config.status: creating doc/lispref/Makefile #11 125.7 config.status: creating lisp/Makefile #11 125.7 config.status: creating leim/Makefile #11 125.8 config.status: creating test/Makefile #11 125.9 config.status: creating test/manual/noverlay/Makefile #11 125.9 config.status: creating test/infra/Makefile #11 126.0 config.status: creating admin/charsets/Makefile #11 126.1 config.status: creating admin/unidata/Makefile #11 126.2 config.status: creating admin/grammars/Makefile #11 126.3 config.status: creating java/Makefile #11 126.3 config.status: creating cross/Makefile #11 126.4 config.status: creating java/AndroidManifest.xml #11 126.5 config.status: creating src/config.h #11 126.6 config.status: executing src/epaths.h commands #11 126.7 config.status: executing src/.gdbinit commands #11 126.7 config.status: executing doc/emacs/emacsver.texi commands #11 126.7 config.status: executing etc-refcards-emacsver.tex commands #11 126.8 configure: WARNING: This configuration installs a 'movemail' program #11 126.8 that does not retrieve POP3 email. By default, Emacs 25 and earlier #11 126.8 installed a 'movemail' program that retrieved POP3 email via only #11 126.8 insecure channels, a practice that is no longer recommended but that #11 126.8 you can continue to support by using './configure --with-pop'. #11 126.8 configure: You might want to install GNU Mailutils #11 126.8 and use './configure --with-mailutils'. #11 DONE 128.5s #12 [emacs-gnustep 6/6] RUN make bootstrap #12 5.412 make actual-bootstrap || make advice-on-failure make-target=bootstrap exit-status=$? #12 5.428 make[1]: Entering directory '/checkout' #12 5.549 make bootstrap-clean #12 5.557 make[2]: Entering directory '/checkout' #12 5.709 make -C src bootstrap-clean #12 5.735 make[3]: Entering directory '/checkout/src' #12 5.735 GEN /checkout/src/lisp.mk #12 6.181 rm -f android-emacs libemacs.so #12 6.199 rm -f temacs core ./*.core \#* ./*.o build-counter.c #12 6.200 rm -f dmpstruct.h #12 6.209 rm -f emacs.pdmp #12 6.216 rm -f ../etc/DOC #12 6.220 rm -f bootstrap-emacs bootstrap-emacs.pdmp #12 6.223 rm -f emacs-30.0.50 #12 6.227 rm -f buildobj.h #12 6.230 rm -f globals.h gl-stamp #12 6.233 rm -f ./*.res ./*.tmp #12 6.237 rm -f emacs emacs-*.*.*[0-9] emacs-*.*.*[0-9].pdmp #12 6.240 rm -f ../etc/DOC* #12 6.246 rm -f deps/* #12 6.252 rm -f emacs-module.h epaths.h config.h config.stamp #12 6.256 if test -f ./.gdbinit; then \ #12 6.256 mv ./.gdbinit ./.gdbinit.save; \ #12 6.256 if test -f "./.gdbinit"; then rm -f ./.gdbinit.save; \ #12 6.256 else mv ./.gdbinit.save ./.gdbinit; fi; \ #12 6.256 fi #12 6.288 make[3]: Leaving directory '/checkout/src' #12 6.295 make -C oldXMenu bootstrap-clean #12 6.301 make[3]: Entering directory '/checkout/oldXMenu' #12 6.301 rm -f libXMenu11.a ./*.o deps/* #12 6.304 rm -f Makefile #12 6.306 rm -fr deps #12 6.307 make[3]: Leaving directory '/checkout/oldXMenu' #12 6.308 make -C lwlib bootstrap-clean #12 6.317 make[3]: Entering directory '/checkout/lwlib' #12 6.318 rm -f ./*.o liblw.a \#* deps/* #12 6.321 rm -f Makefile #12 6.323 rm -fr deps #12 6.325 rm -f TAGS #12 6.327 make[3]: Leaving directory '/checkout/lwlib' #12 6.328 make -C lib bootstrap-clean #12 6.478 make[3]: Entering directory '/checkout/lib' #12 6.478 rm -f ./*.[ao] ./*/*.o ./*-t \#* deps/*.d deps/*/*.d #12 6.492 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 6.499 rm -f Makefile Makefile.android #12 6.505 rm -fr deps #12 6.514 make[3]: Leaving directory '/checkout/lib' #12 6.514 make -C lib-src bootstrap-clean #12 6.521 make[3]: Entering directory '/checkout/lib-src' #12 6.521 rm -f core ./*.o ./*.res #12 6.533 rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc #12 6.533 rm -f etags ctags emacsclient ebrowse hexl movemail make-docfile make-fingerprint #12 6.537 rm -f TAGS Makefile blessmail Makefile.android #12 6.543 make[3]: Leaving directory '/checkout/lib-src' #12 6.543 make -C nt bootstrap-clean #12 6.550 make[3]: Entering directory '/checkout/nt' #12 6.551 rm -f core *.o *.res #12 6.557 rm -f runemacs addpm cmdproxy ddeclient #12 6.558 rm -f TAGS Makefile *.rc #12 6.561 true #12 6.566 make[3]: Leaving directory '/checkout/nt' #12 6.567 make -C doc/emacs bootstrap-clean #12 6.579 make[3]: Entering directory '/checkout/doc/emacs' #12 6.579 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 6.579 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 6.594 rm -f emacs.dvi emacs-xtra.dvi emacs.html emacs.pdf emacs-xtra.pdf emacs.ps emacs-xtra.ps #12 6.598 rm -f Makefile #12 6.602 rm -f \ #12 6.602 ./../../info/emacs.info \ #12 6.602 ./../../info/emacs.info-[1-9] \ #12 6.602 ./../../info/emacs.info-[1-9][0-9] #12 6.608 rm -f ./emacsver.texi TAGS #12 6.620 make[3]: Leaving directory '/checkout/doc/emacs' #12 6.620 make -C doc/misc bootstrap-clean #12 6.629 make[3]: Entering directory '/checkout/doc/misc' #12 6.629 rm -f ./*.aux ./*.log ./*.toc ./*.c[mp] ./*.c[mp]s ./*.fn ./*.fns \ #12 6.629 ./*.ky ./*.kys ./*.op ./*.ops ./*.p[gj] ./*.p[gj]s ./*.sc ./*.scs ./*.ss \ #12 6.629 ./*.t[gp] ./*.t[gp]s ./*.vr ./*.vrs #12 6.634 rm -f gnustmp* #12 6.637 rm -f ./*.dvi ./*.html ./*.pdf ./*.ps #12 6.641 rm -f Makefile #12 6.645 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 6.645 file=`echo ${file} | sed 's/\.info$//'`.info; \ #12 6.645 rm -f \ #12 6.645 ./../../info/${file} \ #12 6.645 ./../../info/${file}-[1-9] \ #12 6.645 ./../../info/${file}-[1-9][0-9]; \ #12 6.645 done #12 7.320 rm -f ./modus-themes.texi ./org.texi #12 7.326 rm -f TAGS #12 7.336 make[3]: Leaving directory '/checkout/doc/misc' #12 7.336 make -C doc/lispref bootstrap-clean #12 7.343 make[3]: Entering directory '/checkout/doc/lispref' #12 7.343 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 7.343 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 7.352 rm -f elisp[12]* vol[12].tmp #12 7.358 rm -f elisp.dvi elisp.html elisp.pdf elisp.ps #12 7.361 rm -f vol[12].dvi vol[12].pdf vol[12].ps #12 7.365 rm -f Makefile #12 7.374 rm -f \ #12 7.374 ./../../info/elisp.info \ #12 7.374 ./../../info/elisp.info-[1-9] \ #12 7.374 ./../../info/elisp.info-[1-9][0-9] #12 7.378 rm -f TAGS #12 7.384 make[3]: Leaving directory '/checkout/doc/lispref' #12 7.386 make -C doc/lispintro bootstrap-clean #12 7.394 make[3]: Entering directory '/checkout/doc/lispintro' #12 7.394 rm -f ./*.aux ./*.log ./*.toc ./*.cp ./*.cps ./*.fn ./*.fns ./*.ky ./*.kys \ #12 7.394 ./*.op ./*.ops ./*.pg ./*.pgs ./*.tp ./*.tps ./*.vr ./*.vrs #12 7.400 rm -f emacs-lisp-intro.dvi eintr.html emacs-lisp-intro.pdf emacs-lisp-intro.ps #12 7.408 rm -f Makefile #12 7.411 rm -f \ #12 7.411 ./../../info/eintr.info \ #12 7.411 ./../../info/eintr.info-[1-9] #12 7.420 rm -f TAGS #12 7.423 make[3]: Leaving directory '/checkout/doc/lispintro' #12 7.423 make -C test bootstrap-clean #12 7.429 make[3]: Entering directory '/checkout/test' #12 7.521 find . '(' -name '*.log' -o -name '*.log~' ')' -delete #12 7.556 find . '(' -name '*.xml' -a ! -path '*resources*' ')' -delete #12 7.580 rm -f ./lisp/gnus/mml-sec-resources/random_seed #12 7.588 rm -f src/emacs-module-resources/*.o src/emacs-module-resources/*.so \ #12 7.588 src/emacs-module-resources/*.dll gmp.h #12 7.596 find . -name '*.elc' -delete #12 7.616 make[3]: Leaving directory '/checkout/test' #12 7.617 make -C java bootstrap-clean #12 7.703 make[3]: Entering directory '/checkout/java' #12 7.703 rm -f *.apk emacs.apk-in *.dex *.unaligned *.class *.idsig #12 7.707 rm -rf install-temp ./org/gnu/emacs/R.java TAGS #12 7.710 find . -name '*.class' -delete #12 7.715 rm -f Makefile ndk-build.mk #12 7.719 make[3]: Leaving directory '/checkout/java' #12 7.725 make -C cross bootstrap-clean #12 7.735 make[3]: Entering directory '/checkout/cross' #12 7.735 for dir in src lib-src lib etc; do \ #12 7.735 find $dir -type f -delete; \ #12 7.735 done #12 7.753 rm -rf lib/config.h lib-src/config.h #12 7.758 if test -f ndk-build/Makefile; then \ #12 7.758 make -C ndk-build clean; \ #12 7.758 fi #12 7.759 for dir in src lib-src lib etc; do \ #12 7.759 find $dir -type l -delete; \ #12 7.759 done #12 7.778 rm -rf lib/Makefile lib/gnulib.mk ndk-build/Makefile #12 7.778 rm -rf ndk-build/ndk-build.mk Makefile #12 7.782 make[3]: Leaving directory '/checkout/cross' #12 7.782 make -C nextstep bootstrap-clean #12 7.788 make[3]: Entering directory '/checkout/nextstep' #12 7.788 rm -rf /checkout/nextstep/Emacs.app #12 7.796 rm -f Makefile #12 7.807 rm -f GNUstep/Emacs.base/Resources/Info-gnustep.plist \ #12 7.807 GNUstep/Emacs.base/Resources/Emacs.desktop \ #12 7.807 Cocoa/Emacs.base/Contents/Info.plist \ #12 7.807 Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings #12 7.808 make[3]: Leaving directory '/checkout/nextstep' #12 7.808 make -C admin/charsets bootstrap-clean #12 7.821 make[3]: Entering directory '/checkout/admin/charsets' #12 7.821 make[3]: Nothing to be done for 'bootstrap-clean'. #12 7.821 make[3]: Leaving directory '/checkout/admin/charsets' #12 7.827 make -C admin/unidata bootstrap-clean #12 7.829 make[3]: Entering directory '/checkout/admin/unidata' #12 7.856 rm -f ./*.elc unidata.txt #12 7.868 make[3]: Leaving directory '/checkout/admin/unidata' #12 7.872 make -C leim bootstrap-clean #12 7.875 make[3]: Entering directory '/checkout/leim' #12 7.875 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.882 make[3]: Leaving directory '/checkout/leim' #12 7.884 make -C lisp bootstrap-clean #12 7.889 make[3]: Entering directory '/checkout/lisp' #12 7.918 find . -name '*.elc' -delete #12 7.932 rm -f ./cus-load.el ./finder-inf.el ./subdirs.el ./eshell/esh-groups.el #12 7.939 make[3]: Leaving directory '/checkout/lisp' #12 7.939 make -C admin/grammars bootstrap-clean #12 7.949 make[3]: Entering directory '/checkout/admin/grammars' #12 7.949 make[3]: Nothing to be done for 'bootstrap-clean'. #12 7.949 make[3]: Leaving directory '/checkout/admin/grammars' #12 7.955 [ ! -f config.log ] || mv -f config.log config.log~ #12 8.066 rm -rf ./info #12 8.068 rm -f ./etc/refcards/emacsver.tex #12 8.072 rm -rf native-lisp/ lisp/leim/ja-dic/ #12 8.080 rm -fr autom4te.cache config.cache #12 8.096 rm -f config.log ./doc/man/emacs.1 #12 8.098 make[2]: Leaving directory '/checkout' #12 8.098 cd . && ./autogen.sh autoconf #12 8.107 Checking whether you have the necessary tools... #12 8.107 (Read INSTALL.REPO for more details on building Emacs) #12 8.117 Checking for autoconf (need at least version 2.65) ... ok #12 8.195 Your system has the required tools. #12 8.217 Running 'autoreconf -fi -I m4' ... #12 21.04 Building 'aclocal.m4' in exec ... #12 21.04 Running 'autoreconf -fi' in exec ... #12 24.45 You can now run './autogen.sh git'. #12 24.45 make MAKEFILE_NAME=force-Makefile force-Makefile #12 24.46 make[2]: Entering directory '/checkout' #12 24.48 make[2]: *** No rule to make target 'echo-sources'. Stop. #12 24.57 if [ -x ./config.status ]; then \ #12 24.57 ./config.status --recheck; \ #12 24.57 else \ #12 24.57 ./configure --cache-file=/dev/null; \ #12 24.57 fi #12 24.69 running CONFIG_SHELL=/bin/bash /bin/bash ./configure --with-ns --no-create --no-recursion #12 25.10 checking for xcrun... no #12 25.10 checking for GNU Make... make #12 25.12 checking build system type... x86_64-pc-linux-gnu #12 25.51 checking host system type... x86_64-pc-linux-gnu #12 25.55 checking for gcc... gcc #12 25.66 checking whether the C compiler works... yes #12 25.92 checking for C compiler default output file name... a.out #12 25.92 checking for suffix of executables... #12 26.08 checking whether we are cross compiling... no #12 26.27 checking for suffix of object files... o #12 26.37 checking whether we are using the GNU C compiler... yes #12 26.44 checking whether gcc accepts -g... yes #12 26.51 checking for gcc option to enable C11 features... none needed #12 26.79 checking whether the compiler is clang... no #12 26.87 checking for compiler option needed when checking for declarations... none #12 26.88 checking whether gcc and cc understand -c and -o together... yes #12 27.21 checking how to run the C preprocessor... gcc -E #12 27.44 checking for grep that handles long lines and -e... /bin/grep #12 27.45 checking for egrep... /bin/grep -E #12 27.46 checking for ANSI C header files... yes #12 27.94 checking for sys/types.h... yes #12 28.06 checking for sys/stat.h... yes #12 28.20 checking for stdlib.h... yes #12 28.36 checking for string.h... yes #12 28.50 checking for memory.h... yes #12 28.64 checking for strings.h... yes #12 28.80 checking for inttypes.h... yes #12 28.95 checking for stdint.h... yes #12 29.08 checking for unistd.h... yes #12 29.22 checking for wchar.h... yes #12 29.37 checking for minix/config.h... no #12 29.50 checking for linux/fs.h... yes #12 29.66 checking for malloc.h... yes #12 29.80 checking for sys/systeminfo.h... no #12 29.92 checking for sys/sysinfo.h... yes #12 30.06 checking for coff.h... no #12 30.18 checking for pty.h... yes #12 30.37 checking for sys/resource.h... yes #12 30.55 checking for sys/utsname.h... yes #12 30.69 checking for pwd.h... yes #12 30.86 checking for util.h... no #12 31.01 checking for sanitizer/lsan_interface.h... yes #12 31.15 checking for sanitizer/asan_interface.h... yes #12 31.30 checking for sanitizer/common_interface_defs.h... yes #12 31.46 checking for sys/socket.h... yes #12 31.62 checking for stdlib.h... (cached) yes #12 31.65 checking for unistd.h... (cached) yes #12 31.68 checking for sys/param.h... yes #12 31.86 checking for pthread.h... yes #12 32.03 checking for malloc/malloc.h... no #12 32.13 checking for sys/un.h... yes #12 32.26 checking for utmp.h... yes #12 32.45 checking for utmpx.h... yes #12 32.58 checking for OS.h... no #12 32.70 checking for dirent.h... yes #12 32.89 checking for execinfo.h... yes #12 33.05 checking for linux/xattr.h... yes #12 33.17 checking for stdio_ext.h... yes #12 33.31 checking for sys/vfs.h... yes #12 33.47 checking for sys/fs_types.h... no #12 33.60 checking for getopt.h... yes #12 33.77 checking for sys/cdefs.h... yes #12 33.91 checking for sys/time.h... yes #12 34.04 checking for ieee754.h... yes #12 34.17 checking for limits.h... yes #12 34.29 checking for inttypes.h... (cached) yes #12 34.32 checking for sys/types.h... (cached) yes #12 34.34 checking for stdint.h... (cached) yes #12 34.38 checking for sys/select.h... yes #12 34.55 checking for stdbool.h... yes #12 34.70 checking for stdckdint.h... no #12 34.81 checking for sys/random.h... yes #12 34.95 checking for sys/stat.h... (cached) yes #12 34.97 checking whether it is safe to define __EXTENSIONS__... yes #12 35.09 checking whether _XOPEN_SOURCE should be defined... no #12 35.18 checking for Minix Amsterdam compiler... no #12 35.24 checking for ar... ar #12 35.24 checking for ranlib... ranlib #12 35.24 checking for gcc option to enable large file support... none needed #12 35.42 checking for gcc option for timestamps after 2038... none needed #12 35.53 checking for g++... g++ #12 35.63 checking whether we are using the GNU C++ compiler... yes #12 35.88 checking whether g++ accepts -g... yes #12 35.97 checking for g++ option to enable C++11 features... none needed #12 53.50 checking how to run the C++ preprocessor... g++ -E #12 53.76 checking whether gcc accepts -g3 -O2... yes #12 53.95 checking whether the compiler is clang... no #12 54.06 checking whether C compiler handles -Werror -Wunknown-warning-option... no #12 54.16 checking whether -Wno-missing-field-initializers is needed... yes #12 54.39 checking whether -Wuninitialized is supported... yes #12 54.52 checking whether C compiler handles -fstrict-flex-arrays... no #12 54.61 checking whether C compiler handles -Wall... yes #12 54.79 checking whether C compiler handles -Warith-conversion... yes #12 54.94 checking whether C compiler handles -Wdate-time... yes #12 55.16 checking whether C compiler handles -Wdisabled-optimization... yes #12 55.35 checking whether C compiler handles -Wdouble-promotion... yes #12 55.57 checking whether C compiler handles -Wduplicated-cond... yes #12 55.73 checking whether C compiler handles -Wextra... yes #12 55.90 checking whether C compiler handles -Wformat-signedness... yes #12 56.05 checking whether C compiler handles -Winit-self... yes #12 56.25 checking whether C compiler handles -Winvalid-pch... yes #12 56.45 checking whether C compiler handles -Wlogical-op... yes #12 56.62 checking whether C compiler handles -Wmissing-declarations... yes #12 56.80 checking whether C compiler handles -Wmissing-include-dirs... yes #12 56.97 checking whether C compiler handles -Wmissing-prototypes... yes #12 57.16 checking whether C compiler handles -Wnested-externs... yes #12 57.34 checking whether C compiler handles -Wnull-dereference... yes #12 57.51 checking whether C compiler handles -Wold-style-definition... yes #12 57.72 checking whether C compiler handles -Wopenmp-simd... yes #12 57.92 checking whether C compiler handles -Wpacked... yes #12 58.12 checking whether C compiler handles -Wpointer-arith... yes #12 58.32 checking whether C compiler handles -Wstrict-flex-arrays... no #12 58.45 checking whether C compiler handles -Wstrict-prototypes... yes #12 58.69 checking whether C compiler handles -Wsuggest-attribute=format... yes #12 58.91 checking whether C compiler handles -Wsuggest-attribute=noreturn... yes #12 59.08 checking whether C compiler handles -Wsuggest-final-methods... yes #12 59.24 checking whether C compiler handles -Wsuggest-final-types... yes #12 59.41 checking whether C compiler handles -Wtrampolines... yes #12 59.58 checking whether C compiler handles -Wuninitialized... yes #12 59.81 checking whether C compiler handles -Wunknown-pragmas... yes #12 60.00 checking whether C compiler handles -Wunused-macros... yes #12 60.21 checking whether C compiler handles -Wvariadic-macros... yes #12 60.42 checking whether C compiler handles -Wvector-operation-performance... yes #12 60.59 checking whether C compiler handles -Wwrite-strings... yes #12 60.75 checking whether C compiler handles -Warray-bounds=2... yes #12 60.90 checking whether C compiler handles -Wattribute-alias=2... yes #12 61.07 checking whether C compiler handles -Wformat=2... yes #12 61.22 checking whether C compiler handles -Wformat-truncation=2... yes #12 61.41 checking whether C compiler handles -Wimplicit-fallthrough=5... yes #12 61.59 checking whether C compiler handles -Wshift-overflow=2... yes #12 61.77 checking whether C compiler handles -Wuse-after-free=3... no #12 61.87 checking whether C compiler handles -Wvla-larger-than=4031... yes #12 62.04 checking whether C compiler handles -Wno-missing-field-initializers... yes #12 62.23 checking whether C compiler handles -Wredundant-decls... yes #12 62.37 checking whether C compiler handles -Wno-missing-field-initializers... (cached) yes #12 62.37 checking whether C compiler handles -Wno-override-init... yes #12 62.51 checking whether C compiler handles -Wno-sign-compare... yes #12 62.66 checking whether C compiler handles -Wno-type-limits... yes #12 62.80 checking whether C compiler handles -Wno-unused-parameter... yes #12 62.98 checking whether C compiler handles -Wno-format-nonliteral... yes #12 63.19 checking whether C compiler handles -Wno-bidi-chars... no #12 63.25 checking for a BSD-compatible install... /usr/bin/install -c #12 63.29 checking command to symlink files in the same directory... ln -s #12 63.30 checking for install-info... : #12 63.31 checking for gzip... /bin/gzip #12 63.31 checking for 'find' args to delete a file... -delete #12 63.32 checking for brew... no #12 63.77 checking for -znocombreloc... not needed #12 63.77 checking whether addresses are sanitized... no #12 63.81 checking for math library... -lm #12 64.47 checking for struct passwd.pw_gecos... yes #12 64.56 checking for pkg-config... /usr/bin/pkg-config #12 64.56 checking pkg-config is at least version 0.9.0... yes #12 64.60 checking for machine/soundcard.h... no #12 64.67 checking for sys/soundcard.h... yes #12 64.77 checking for soundcard.h... no #12 64.84 checking for mmsystem.h... no #12 64.92 checking for _oss_ioctl in -lossaudio... no #12 65.08 checking for alsa >= 1.0.0... no #12 65.09 checking for ADDR_NO_RANDOMIZE... yes #12 65.19 checking if Linux sysinfo may be used... yes #12 65.46 checking for sys/wait.h that is POSIX.1 compatible... yes #12 65.56 checking for net/if.h... yes #12 65.73 checking for ifaddrs.h... yes #12 65.90 checking for net/if_dl.h... no #12 66.04 checking for struct ifreq.ifr_flags... yes #12 66.26 checking for struct ifreq.ifr_hwaddr... yes #12 66.61 checking for struct ifreq.ifr_netmask... yes #12 66.92 checking for struct ifreq.ifr_broadaddr... yes #12 67.29 checking for struct ifreq.ifr_addr... yes #12 67.63 checking for struct ifreq.ifr_addr.sa_len... no #12 67.90 checking whether gcc understands -MMD -MF... yes #12 68.00 checking for X... no #12 68.24 checking AppKit/AppKit.h usability... yes #12 69.81 checking AppKit/AppKit.h presence... yes #12 70.19 checking for AppKit/AppKit.h... yes #12 70.19 checking for Mac OS X 12.0 or later... yes #12 70.26 checking for gcc... gcc #12 70.35 checking whether we are using the GNU Objective C compiler... yes #12 70.43 checking whether gcc accepts -g... yes #12 70.51 checking if the Objective C compiler supports instancetype... yes #12 70.58 checking if the Objective C compiler defaults to C99... no #12 70.65 checking whether malloc is Doug Lea style... no #12 70.76 checking for sbrk... yes #12 70.94 checking for __lsan_ignore_object... no #12 71.15 checking for fchmod... yes #12 71.34 checking for utmpname... yes #12 71.57 checking for utmpxname... yes #12 71.80 checking for canonicalize_file_name... yes #12 72.02 checking for realpath... yes #12 72.26 checking for lstat... yes #12 72.50 checking for fchmodat... yes #12 72.71 checking for lchmod... no #12 72.81 checking for fcntl... yes #12 73.02 checking for fdopendir... yes #12 73.22 checking for listxattr... yes #12 73.44 checking for fstatat... yes #12 73.69 checking for fsync... yes #12 73.95 checking for gettimeofday... yes #12 74.19 checking for memset_explicit... no #12 74.41 checking for memset_s... no #12 74.60 checking for pselect... yes #12 74.79 checking for readlink... yes #12 75.04 checking for isblank... yes #12 75.22 checking for iswctype... yes #12 75.46 checking for strtoimax... yes #12 75.63 checking for symlink... yes #12 75.87 checking for localtime_r... yes #12 76.10 checking for getdtablesize... yes #12 76.31 checking for getpagesize... yes #12 76.45 checking for working mmap... yes #12 76.79 checking for main in -lXbsd... no #12 76.92 checking for pthread library... -lpthread #12 77.42 checking for thread support... yes #12 77.42 checking for librsvg-2.0 >= 2.14.0... no #12 77.46 checking for libwebpdemux >= 0.6.0... no #12 77.48 checking for WebPGetInfo... no #12 77.69 checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0... no #12 77.71 checking for sqlite3_open_v2 in -lsqlite3... no #12 77.87 checking for getaddrinfo_a in -lanl... yes #12 78.07 checking for malloc_trim... yes #12 78.29 checking for dbus-1 >= 1.0... yes #12 78.37 checking for dbus_watch_get_unix_fd... yes #12 78.73 checking for dbus_type_is_valid... yes #12 79.04 checking for dbus_validate_bus_name... yes #12 79.29 checking for dbus_validate_path... yes #12 82.50 checking for dbus_validate_interface... yes #12 82.76 checking for dbus_validate_member... yes #12 83.04 checking for lgetfilecon in -lselinux... no #12 83.98 checking for gnutls >= 2.12.2... yes #12 84.04 checking for libsystemd >= 222... no #12 84.07 checking for jansson >= 2.7... no #12 84.10 checking for tree-sitter >= 0.20.2... no #12 84.13 checking for tree-sitter >= 0.6.3... no #12 84.15 checking sys/inotify.h usability... yes #12 85.55 checking sys/inotify.h presence... yes #12 85.59 checking for sys/inotify.h... yes #12 85.59 checking for inotify_init1... yes #12 85.86 checking for jpeglib 6b or later... no #12 86.04 checking for lcms2... no #12 86.07 checking for library containing inflateEnd... -lz #12 86.44 checking for dladdr... yes #12 86.69 checking for dlfunc... no #12 86.86 checking for gcc_jit_context_acquire in -lgccjit... configure: WARNING: Elisp native compiler can't be enabled as libgccjit was not #12 87.00 found. #12 87.00 Please try installing libgccjit or a similar package if you want to have it #12 87.00 enabled. #12 87.00 no #12 87.00 checking libgccjit.h usability... no #12 87.13 checking libgccjit.h presence... no #12 87.18 checking for libgccjit.h... no #12 87.18 configure: WARNING: Elisp native compiler can't be enabled as libgccjit header files #12 87.18 were not found. #12 87.18 Please try installing libgccjit-dev or a similar package if you want to have it #12 87.18 enabled. #12 87.18 checking for libpng >= 1.0.0... no #12 87.21 checking for libpng not configured by pkg-config... no #12 87.31 checking tiffio.h usability... no #12 87.45 checking tiffio.h presence... no #12 87.53 checking for tiffio.h... no #12 87.53 checking gif_lib.h usability... no #12 87.67 checking gif_lib.h presence... no #12 87.73 checking for gif_lib.h... no #12 87.73 checking gpm.h usability... no #12 87.86 checking gpm.h presence... no #12 87.92 checking for gpm.h... no #12 87.92 checking for libxml-2.0 > 2.6.17... no #12 87.94 checking for maillock in -lmail... no #12 88.09 checking for maillock in -llockfile... no #12 88.22 checking for liblockfile.so... no #12 88.22 checking maillock.h usability... no #12 88.35 checking maillock.h presence... no #12 88.41 checking for maillock.h... no #12 88.43 checking linux/seccomp.h usability... yes #12 88.63 checking linux/seccomp.h presence... yes #12 88.68 checking for linux/seccomp.h... yes #12 88.73 checking whether SECCOMP_SET_MODE_FILTER is declared... yes #12 88.86 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... yes #12 88.97 checking linux/filter.h usability... yes #12 89.14 checking linux/filter.h presence... yes #12 89.18 checking for linux/filter.h... yes #12 89.21 checking whether SECCOMP_SET_MODE_FILTER is declared... (cached) yes #12 89.24 checking whether SECCOMP_FILTER_FLAG_TSYNC is declared... (cached) yes #12 89.25 checking for libseccomp >= 2.5.2... no #12 89.28 checking size of long... 8 #12 89.54 checking for accept4... yes #12 89.75 checking for fchdir... yes #12 89.99 checking for gethostname... yes #12 90.21 checking for getrusage... yes #12 90.45 checking for get_current_dir_name... yes #12 90.70 checking for lrand48... yes #12 90.95 checking for random... yes #12 91.17 checking for rint... yes #12 91.46 checking for tcdrain... yes #12 91.68 checking for trunc... yes #12 91.97 checking for select... yes #12 92.19 checking for getpagesize... (cached) yes #12 92.24 checking for setlocale... yes #12 92.44 checking for newlocale... yes #12 92.73 checking for getrlimit... yes #12 92.94 checking for setrlimit... yes #12 93.15 checking for shutdown... yes #12 93.37 checking for pthread_sigmask... (cached) yes #12 93.43 checking for strsignal... yes #12 93.65 checking for setitimer... yes #12 93.86 checking for sendto... yes #12 94.04 checking for recvfrom... yes #12 94.26 checking for getsockname... yes #12 94.45 checking for getifaddrs... yes #12 94.69 checking for freeifaddrs... yes #12 94.88 checking for gai_strerror... yes #12 95.15 checking for sync... yes #12 95.36 checking for endpwent... yes #12 95.57 checking for getgrent... yes #12 95.77 checking for endgrent... yes #12 95.97 checking for renameat2... yes #12 96.16 checking for cfmakeraw... yes #12 96.36 checking for cfsetspeed... yes #12 96.61 checking for __executable_start... yes #12 96.82 checking for log2... yes #12 97.09 checking for pthread_setname_np... yes #12 97.35 checking for pthread_set_name_np... no #12 97.61 checking for getpwent... yes #12 97.83 checking whether pthread_setname_np takes a single argument... no #12 97.93 checking whether pthread_setname_np takes three arguments... no #12 98.05 checking for aligned_alloc... yes #12 98.27 checking whether aligned_alloc is declared... yes #12 98.42 checking for posix_madvise... yes #12 98.67 checking for madvise... yes #12 98.86 checking for __builtin_frame_address... yes #12 99.05 checking for __builtin_unwind_init... yes #12 99.22 checking for _LARGEFILE_SOURCE value needed for large files... no #12 99.46 checking for grantpt... yes #12 99.68 checking for getpt... yes #12 99.89 checking for posix_openpt... yes #12 100.1 checking for library containing tputs... -ltinfo #12 100.4 checking whether -ltinfo library defines BC... yes #12 100.6 checking for timerfd interface... yes #12 100.7 checking whether signals can be handled on alternate stack... yes #12 100.8 checking valgrind/valgrind.h usability... no #12 101.0 checking valgrind/valgrind.h presence... no #12 101.0 checking for valgrind/valgrind.h... no #12 101.0 checking for struct unipair.unicode... yes #12 101.1 checking for pid_t... yes #12 101.4 checking vfork.h usability... no #12 101.6 checking vfork.h presence... no #12 101.6 checking for vfork.h... no #12 101.7 checking for fork... yes #12 101.9 checking for vfork... yes #12 102.1 checking for working fork... yes #12 102.4 checking for working vfork... (cached) yes #12 102.4 checking for snprintf... yes #12 102.6 checking for open_memstream... yes #12 102.8 checking spawn.h usability... yes #12 102.9 checking spawn.h presence... yes #12 103.0 checking for spawn.h... yes #12 103.0 checking for posix_spawn... yes #12 103.2 checking for posix_spawn_file_actions_addchdir... no #12 103.5 checking for posix_spawn_file_actions_addchdir_np... yes #12 103.7 checking for posix_spawnattr_setflags... yes #12 104.0 checking whether POSIX_SPAWN_SETSID is declared... yes #12 104.1 checking whether GLib is linked in... no #12 104.2 checking for nl_langinfo and CODESET... yes #12 104.4 checking for nl_langinfo and _NL_PAPER_WIDTH... yes #12 104.6 checking for mbstate_t... yes #12 104.8 checking for signals via characters... yes #12 105.0 checking for _setjmp... yes #12 105.2 checking for sigsetjmp... yes #12 105.4 checking POSIX termios... yes #12 105.6 checking size of speed_t... 4 #12 105.8 checking for usable FIONREAD... yes #12 106.0 checking for usable SIGIO... yes #12 106.1 checking for struct alignment... yes #12 106.3 checking for C/C++ restrict keyword... __restrict__ #12 106.4 checking for typeof syntax and keyword spelling... typeof #12 106.5 checking for statement expressions... yes #12 106.6 checking whether malloc (0) returns nonnull... yes #12 106.8 checking sys/acl.h usability... yes #12 106.9 checking sys/acl.h presence... yes #12 107.0 checking for sys/acl.h... yes #12 107.0 checking for library containing acl_get_file... -lacl #12 107.4 checking for acl_get_file... yes #12 107.6 checking for acl_get_fd... yes #12 107.8 checking for acl_set_file... yes #12 108.0 checking for acl_set_fd... yes #12 108.2 checking for acl_free... yes #12 108.5 checking for acl_from_mode... yes #12 108.6 checking for acl_from_text... yes #12 108.8 checking for acl_delete_def_file... yes #12 109.0 checking for acl_extended_file... yes #12 109.2 checking for acl_delete_fd_np... no #12 109.5 checking for acl_delete_file_np... no #12 109.7 checking for acl_copy_ext_native... no #12 110.0 checking for acl_create_entry_np... no #12 110.2 checking for acl_to_short_text... no #12 110.4 checking for acl_free_text... no #12 110.6 checking for working acl_get_file... yes #12 110.8 checking acl/libacl.h usability... yes #12 110.9 checking acl/libacl.h presence... yes #12 111.0 checking for acl/libacl.h... yes #12 111.0 checking for acl_entries... yes #12 111.2 checking for ACL_FIRST_ENTRY... yes #12 111.3 checking for ACL_TYPE_EXTENDED... no #12 111.4 checking for working alloca.h... yes #12 111.6 checking for alloca... yes #12 111.7 checking for a thread-safe mkdir -p... /bin/mkdir -p #12 111.8 checking whether the preprocessor supports include_next... yes #12 111.9 checking whether source code line length is unlimited... yes #12 111.9 checking whether endutent is declared... yes #12 112.1 checking for struct utmpx.ut_user... yes #12 112.2 checking for struct utmp.ut_user... yes #12 112.4 checking for struct utmpx.ut_name... yes #12 112.6 checking for struct utmp.ut_name... yes #12 112.7 checking for struct utmpx.ut_type... yes #12 112.9 checking for struct utmp.ut_type... yes #12 113.1 checking for struct utmpx.ut_pid... yes #12 113.3 checking for struct utmp.ut_pid... yes #12 113.5 checking for struct utmp.ut_tv... yes #12 113.8 checking for struct utmpx.ut_host... yes #12 114.0 checking for struct utmp.ut_host... yes #12 114.2 checking for struct utmpx.ut_id... yes #12 114.3 checking for struct utmp.ut_id... yes #12 114.5 checking for struct utmpx.ut_session... yes #12 114.7 checking for struct utmp.ut_session... yes #12 114.9 checking for struct utmpx.ut_exit... yes #12 115.2 checking for struct utmp.ut_exit... yes #12 115.4 checking for struct utmpx.ut_exit.ut_exit... no #12 115.7 checking for struct utmpx.ut_exit.e_exit... yes #12 115.8 checking for struct utmp.ut_exit.e_exit... yes #12 116.0 checking for struct utmpx.ut_exit.ut_termination... no #12 116.3 checking for struct utmpx.ut_exit.e_termination... yes #12 116.4 checking for struct utmp.ut_exit.e_termination... yes #12 116.6 checking whether sysinfo is declared... yes #12 116.7 checking for sys/sysctl.h... yes #12 116.9 checking for sysctl... yes #12 117.1 checking whether lstat correctly handles trailing slash... yes #12 117.4 checking whether // is distinct from /... no #12 117.4 checking whether realpath works... yes #12 117.7 checking for faccessat... yes #12 117.9 checking for getcwd... yes #12 118.1 checking whether byte ordering is bigendian... no #12 118.4 checking if environ is properly declared... yes #12 118.6 checking for complete errno.h... yes #12 118.6 checking whether ctype.h defines __header_inline... no #12 118.7 checking for mode_t... yes #12 119.0 checking whether strmode is declared... no #12 119.1 checking whether getline is declared... yes #12 119.4 checking for gawk... no #12 119.4 checking for mawk... mawk #12 119.4 checking for getopt.h... (cached) yes #12 119.4 checking for getopt_long_only... yes #12 119.6 checking whether getopt is POSIX compatible... yes #12 120.2 checking for working GNU getopt function... yes #12 120.6 checking for working GNU getopt_long function... yes #12 120.7 checking whether timespec_get is declared... yes #12 120.8 checking for timespec_get... yes #12 121.0 checking for struct timeval... yes #12 121.1 checking for wide-enough struct timeval.tv_sec member... yes #12 121.3 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no #12 121.3 checking whether the compiler produces multi-arch binaries... no #12 121.4 checking whether stdint.h conforms to C99... yes #12 121.8 checking whether stdint.h works without ISO C predefines... yes #12 121.9 checking whether stdint.h has UINTMAX_WIDTH etc.... yes #12 122.1 checking whether memmem is declared... yes #12 122.3 checking whether memrchr is declared... yes #12 122.4 checking whether defines MIN and MAX... no #12 122.5 checking whether defines MIN and MAX... yes #12 122.6 checking whether time_t is signed... yes #12 122.8 checking whether alarm is declared... yes #12 122.9 checking for working mktime... no #12 123.3 checking whether struct tm is in sys/time.h or time.h... time.h #12 123.4 checking for struct tm.tm_zone... yes #12 123.6 checking for struct tm.tm_gmtoff... yes #12 123.7 checking whether is self-contained... yes #12 124.0 checking for inline... inline #12 124.1 checking for sigset_t... yes #12 124.4 checking for volatile sig_atomic_t... yes #12 124.5 checking for sighandler_t... yes #12 124.8 checking for wchar_t... yes #12 124.9 checking for good max_align_t... yes #12 125.0 checking whether NULL can be used in arbitrary expressions... yes #12 125.1 checking for unreachable... no #12 125.3 checking whether fcloseall is declared... yes #12 125.5 checking whether getw is declared... yes #12 125.7 checking whether putw is declared... yes #12 125.9 checking which flavor of printf attribute matches inttypes macros... system #12 126.0 checking whether strnlen is declared... yes #12 126.2 checking whether strtoimax is declared... yes #12 126.4 checking whether stat file-mode macros are broken... no #12 126.5 checking for nlink_t... yes #12 126.7 checking for struct timespec in ... yes #12 126.8 checking for TIME_UTC in ... yes #12 127.0 checking whether execvpe is declared... yes #12 127.2 checking whether clearerr_unlocked is declared... yes #12 127.4 checking whether feof_unlocked is declared... yes #12 127.5 checking whether ferror_unlocked is declared... yes #12 127.7 checking whether fflush_unlocked is declared... yes #12 127.9 checking whether fgets_unlocked is declared... yes #12 128.1 checking whether fputc_unlocked is declared... yes #12 128.4 checking whether fputs_unlocked is declared... yes #12 128.6 checking whether fread_unlocked is declared... yes #12 128.7 checking whether fwrite_unlocked is declared... yes #12 128.9 checking whether getc_unlocked is declared... yes #12 129.1 checking whether getchar_unlocked is declared... yes #12 129.3 checking whether putc_unlocked is declared... yes #12 129.5 checking whether putchar_unlocked is declared... yes #12 129.7 checking type of array argument to getgroups... gid_t #12 129.9 checking whether getdelim is declared... yes #12 130.2 checking whether getdtablesize is declared... yes #12 130.3 checking whether malloc is ptrdiff_t safe... yes #12 130.4 checking whether malloc, realloc, calloc set errno on failure... yes #12 130.4 checking for O_CLOEXEC... yes #12 130.6 checking for promoted mode_t type... mode_t #12 130.7 checking whether the utimes function works... yes #12 131.0 checking for C compiler option to allow warnings... -Wno-error #12 131.2 checking for alignas and alignof... yes, macros #12 131.4 checking for alloca as a compiler built-in... yes #12 131.4 checking for static_assert... yes, an macro #12 131.6 checking for __builtin_expect... yes #12 131.9 checking byteswap.h usability... yes #12 132.0 checking byteswap.h presence... yes #12 132.0 checking for byteswap.h... yes #12 132.1 checking for readlinkat... yes #12 132.3 checking for library containing clock_gettime... none required #12 132.4 checking for clock_getres... yes #12 132.6 checking for clock_gettime... yes #12 132.8 checking for clock_settime... yes #12 133.0 checking for copy_file_range... yes #12 133.2 checking for d_type member in directory struct... yes #12 133.4 checking whether // is distinct from /... (cached) no #12 133.4 checking whether dup2 works... yes #12 133.6 checking for library containing backtrace_symbols_fd... none required #12 133.8 checking for faccessat... (cached) yes #12 133.8 checking whether fchmodat works... no #12 134.2 checking for readlinkat... (cached) yes #12 134.2 checking whether fcntl handles F_DUPFD correctly... yes #12 134.5 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check #12 134.8 checking whether fdopendir is declared... yes #12 135.0 checking whether fdopendir works... yes #12 135.2 checking for flexible array member... yes #12 135.4 checking for __fpending... yes #12 135.6 checking whether __fpending is declared... yes #12 135.7 checking whether free is known to preserve errno... no #12 135.8 checking whether fstatat (..., 0) works... yes #12 136.0 checking for sys/mount.h... yes #12 136.2 checking for statvfs function (SVR4)... yes #12 136.4 checking whether to use statvfs64... no #12 136.5 checking for two-argument statfs with statfs.f_frsize member... yes #12 136.8 checking sys/fs/s5param.h usability... no #12 136.9 checking sys/fs/s5param.h presence... no #12 136.9 checking for sys/fs/s5param.h... no #12 136.9 checking sys/statfs.h usability... yes #12 137.1 checking sys/statfs.h presence... yes #12 137.1 checking for sys/statfs.h... yes #12 137.1 checking for statfs that truncates block counts... no #12 137.3 checking for futimens... yes #12 137.5 checking whether futimens works... yes #12 138.8 checking for getline... yes #12 139.0 checking for working getline function... yes #12 139.3 checking for getloadavg... yes #12 139.6 checking sys/loadavg.h usability... no #12 139.7 checking sys/loadavg.h presence... no #12 139.8 checking for sys/loadavg.h... no #12 139.8 checking whether getloadavg is declared... yes #12 139.9 checking for getrandom... yes #12 140.1 checking whether getrandom is compatible with its GNU+BSD signature... yes #12 140.3 checking for gettimeofday with POSIX signature... yes #12 140.4 checking whether the compiler supports the __inline keyword... yes #12 140.5 checking gmp.h usability... yes #12 140.7 checking gmp.h presence... yes #12 140.8 checking for gmp.h... yes #12 140.8 checking for library containing __gmpz_roinit_n... -lgmp #12 141.2 checking for memmem... yes #12 141.3 checking whether memmem works... yes #12 141.6 checking for mempcpy... yes #12 141.8 checking for memrchr... yes #12 142.0 checking for explicit_memset... no #12 142.1 checking for mkostemp... yes #12 142.3 checking for library containing nanosleep... none required #12 142.5 checking for working nanosleep... no (mishandles large arguments) #12 143.8 checking for sys/pstat.h... no #12 144.0 checking for sys/sysmp.h... no #12 144.2 checking for sys/param.h... (cached) yes #12 144.2 checking for sys/sysctl.h... (cached) yes #12 144.2 checking for sched_getaffinity_np... no #12 144.4 checking for pstat_getdynamic... no #12 144.6 checking for sysmp... no #12 144.8 checking for sysctl... (cached) yes #12 144.8 checking for sched_getaffinity... yes #12 145.0 checking for glibc compatible sched_getaffinity... yes #12 145.1 checking for pipe2... yes #12 145.3 checking whether signature of pselect conforms to POSIX... yes #12 145.5 checking whether pselect detects invalid fds... yes #12 145.7 checking whether pthread_sigmask is a macro... no #12 145.8 checking whether pthread_sigmask returns error numbers... yes #12 146.0 checking whether pthread_sigmask unblocks signals correctly... guessing yes #12 148.3 checking for xattr library with ATTR_ACTION_PERMISSIONS... -lattr #12 148.7 checking whether readlink signature is correct... yes #12 148.9 checking whether readlink handles trailing slash correctly... yes #12 149.1 checking whether readlink truncates results correctly... yes #12 149.3 checking for readlinkat... (cached) yes #12 149.3 checking whether readlinkat signature is correct... yes #12 149.4 checking for working re_compile_pattern... no #12 149.8 checking libintl.h usability... yes #12 149.9 checking libintl.h presence... yes #12 150.0 checking for libintl.h... yes #12 150.0 checking whether isblank is declared... yes #12 150.1 checking for sig2str... no #12 150.3 checking for sigdescr_np... no #12 150.5 checking for socklen_t... yes #12 150.7 checking for ssize_t... yes #12 150.8 checking for struct stat.st_atim.tv_nsec... yes #12 151.0 checking whether struct stat.st_atim is of type struct timespec... yes #12 151.1 checking for struct stat.st_birthtimespec.tv_nsec... no #12 151.3 checking for struct stat.st_birthtimensec... no #12 151.5 checking for struct stat.st_birthtim.tv_nsec... no #12 151.6 checking for bool, true, false... no #12 151.7 checking for stpcpy... yes #12 151.9 checking for working strnlen... yes #12 152.1 checking whether strtoimax works... yes #12 152.4 checking whether symlink handles trailing slash correctly... yes #12 152.6 checking whether localtime_r is declared... yes #12 152.7 checking whether localtime_r is compatible with its POSIX signature... yes #12 152.8 checking whether localtime works even near extrema... yes #12 153.0 checking for timezone_t... no #12 153.1 checking for timegm... yes #12 153.3 checking whether timer_settime is declared... yes #12 153.4 checking for library containing timer_settime... -lrt #12 153.7 checking for timer_settime... yes #12 153.9 checking for utimensat... yes #12 154.1 checking whether utimensat works... yes #12 155.3 checking for variable-length arrays... yes #12 155.5 checking whether getdtablesize works... yes #12 155.7 checking for __mktime_internal... no #12 155.9 checking for timer_getoverrun... yes #12 156.1 checking for gcc option to disable position independent executables... not needed #12 156.1 checking for __ctype_get_mb_cur_max... yes #12 156.3 checking whether MB_CUR_MAX is defined to function that won't link... no #12 156.4 #12 156.4 Configured for 'x86_64-pc-linux-gnu'. #12 156.4 #12 156.4 Where should the build process find the source code? . #12 156.4 What compiler should emacs be built with? gcc -g3 -O2 -DHAVE_CONFIG_H #12 156.4 Should Emacs use the GNU version of malloc? no #12 156.4 (The GNU allocators don't work with this system configuration.) #12 156.4 Should Emacs use a relocating allocator for buffers? no #12 156.4 Should Emacs use mmap(2) for buffer allocation? no #12 156.4 What window system should Emacs use? nextstep #12 156.4 What toolkit should Emacs use? none #12 156.4 Where do we find X Windows header files? NONE #12 156.4 Where do we find X Windows libraries? NONE #12 156.4 Does Emacs use -lXaw3d? no #12 156.4 Is Emacs being built for Android? no #12 156.4 Does Emacs use the X Double Buffer Extension? no #12 156.4 Does Emacs use -lXpm? no #12 156.4 Does Emacs use -ljpeg? no #12 156.4 Does Emacs use -ltiff? no #12 156.4 Does Emacs use a gif library? no #12 156.4 Does Emacs use a png library? no #12 156.4 Does Emacs use -lrsvg-2? no #12 156.4 Does Emacs use -lwebp? no #12 156.4 Does Emacs use -lsqlite3? no #12 156.4 Does Emacs use cairo? no #12 156.4 Does Emacs use -llcms2? no #12 156.4 Does Emacs use imagemagick? no #12 156.4 Does Emacs use native APIs for images? yes (ns) #12 156.4 Does Emacs support sound? yes #12 156.4 Does Emacs use -lgpm? no #12 156.4 Does Emacs use -ldbus? yes #12 156.4 Does Emacs use -lgconf? no #12 156.4 Does Emacs use GSettings? no #12 156.4 Does Emacs use a file notification library? yes -lglibc (inotify) #12 156.4 Does Emacs use access control lists? yes -lacl -lattr #12 156.4 Does Emacs use -lselinux? no #12 156.4 Does Emacs use -lgnutls? yes #12 156.4 Does Emacs use -lxml2? no #12 156.4 Does Emacs use -lfreetype? no #12 156.4 Does Emacs use HarfBuzz? no #12 156.4 Does Emacs use -lm17n-flt? no #12 156.4 Does Emacs use -lotf? no #12 156.4 Does Emacs use -lxft? no #12 156.4 Does Emacs use -lsystemd? no #12 156.4 Does Emacs use -ljansson? no #12 156.4 Does Emacs use -ltree-sitter? no #12 156.4 Does Emacs use the GMP library? yes #12 156.4 Does Emacs directly use zlib? yes #12 156.4 Does Emacs have dynamic modules support? yes #12 156.4 Does Emacs use toolkit scroll bars? yes #12 156.4 Does Emacs support Xwidgets? no #12 156.4 Does Emacs have threading support in lisp? yes #12 156.4 Does Emacs support the portable dumper? yes #12 156.4 Does Emacs support legacy unexec dumping? no #12 156.4 Which dumping strategy does Emacs use? pdumper #12 156.4 Does Emacs have native lisp compiler? no #12 156.4 Does Emacs use version 2 of the X Input Extension? no #12 156.4 Does Emacs generate a smaller-size Japanese dictionary? no #12 156.4 #12 156.4 #12 156.4 #12 156.4 Run 'make' to build Emacs, then run 'src/emacs' to test it. #12 156.4 Run 'make install' in order to build an application bundle. #12 156.4 The application will go to nextstep/Emacs.app and can be run or moved #12 156.4 from there. #12 156.4 The application will be fully self-contained. #12 156.4 #12 157.0 configure: creating ./config.status #12 157.2 configure: WARNING: This configuration installs a 'movemail' program #12 157.2 that does not retrieve POP3 email. By default, Emacs 25 and earlier #12 157.2 installed a 'movemail' program that retrieved POP3 email via only #12 157.2 insecure channels, a practice that is no longer recommended but that #12 157.2 you can continue to support by using './configure --with-pop'. #12 157.2 configure: You might want to install GNU Mailutils #12 157.2 and use './configure --with-mailutils'. #12 157.8 MAKE='make' ./config.status #12 158.0 config.status: creating src/verbose.mk #12 158.1 config.status: creating src/emacs-module.h #12 158.1 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist #12 158.2 config.status: creating nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop #12 158.3 config.status: creating Makefile #12 158.3 config.status: creating lib/gnulib.mk #12 158.4 config.status: creating ./doc/man/emacs.1 #12 158.5 config.status: creating lib/Makefile #12 158.6 config.status: creating lib-src/Makefile #12 158.7 config.status: creating oldXMenu/Makefile #12 158.7 config.status: creating src/Makefile #12 158.8 config.status: creating lwlib/Makefile #12 158.9 config.status: creating nextstep/Makefile #12 159.0 config.status: creating nt/Makefile #12 159.0 config.status: creating doc/emacs/Makefile #12 159.1 config.status: creating doc/misc/Makefile #12 159.2 config.status: creating doc/lispintro/Makefile #12 159.3 config.status: creating doc/lispref/Makefile #12 159.4 config.status: creating lisp/Makefile #12 159.5 config.status: creating leim/Makefile #12 159.5 config.status: creating test/Makefile #12 159.6 config.status: creating test/manual/noverlay/Makefile #12 159.7 config.status: creating test/infra/Makefile #12 159.8 config.status: creating admin/charsets/Makefile #12 159.8 config.status: creating admin/unidata/Makefile #12 159.9 config.status: creating admin/grammars/Makefile #12 160.0 config.status: creating java/Makefile #12 160.1 config.status: creating cross/Makefile #12 160.1 config.status: creating java/AndroidManifest.xml #12 160.2 config.status: creating src/config.h #12 160.3 config.status: executing src/epaths.h commands #12 160.3 make[3]: Entering directory '/checkout' #12 160.4 make[3]: Leaving directory '/checkout' #12 160.4 config.status: executing src/.gdbinit commands #12 160.4 config.status: executing doc/emacs/emacsver.texi commands #12 160.5 config.status: executing etc-refcards-emacsver.tex commands #12 160.5 make[3]: Entering directory '/checkout' #12 160.5 make[3]: Leaving directory '/checkout' #12 160.5 make[2]: Leaving directory '/checkout' #12 160.5 make actual-all #12 160.5 make[2]: Entering directory '/checkout' #12 160.7 make -C lib all #12 160.8 make[3]: Entering directory '/checkout/lib' #12 160.8 GEN alloca.h #12 160.9 GEN dirent.h #12 160.9 GEN fcntl.h #12 160.9 GEN malloc/dynarray.gl.h #12 160.9 GEN malloc/dynarray-skeleton.gl.h #12 161.0 GEN inttypes.h #12 161.0 GEN limits.h #12 161.0 GEN signal.h #12 161.0 GEN stdckdint.h #12 161.1 GEN stddef.h #12 161.1 GEN stdio.h #12 161.2 GEN stdlib.h #12 161.4 GEN string.h #12 161.5 GEN sys/random.h #12 161.5 GEN sys/select.h #12 161.6 GEN sys/stat.h #12 161.6 GEN sys/time.h #12 161.7 GEN sys/types.h #12 161.7 GEN time.h #12 161.8 GEN unistd.h #12 162.0 CC fingerprint.o #12 162.1 CC mktime.o #12 162.5 CC acl-errno-valid.o #12 162.7 CC acl-internal.o #12 162.9 CC get-permissions.o #12 163.0 CC set-permissions.o #12 163.3 CC allocator.o #12 163.4 CC binary-io.o #12 163.6 CC boot-time.o #12 163.9 CC c-ctype.o #12 164.1 CC c-strcasecmp.o #12 164.2 CC c-strncasecmp.o #12 164.3 CC careadlinkat.o #12 164.5 CC close-stream.o #12 164.7 CC copy-file-range.o #12 164.8 CC count-leading-zeros.o #12 164.9 CC count-one-bits.o #12 165.1 CC count-trailing-zeros.o #12 165.2 CC md5-stream.o #12 165.4 CC md5.o #12 165.9 CC sha1.o #12 166.8 CC sha256.o #12 168.6 CC sha512.o #12 170.6 CC dtoastr.o #12 170.8 CC dtotimespec.o #12 170.9 CC fchmodat.o #12 171.1 CC fcntl.o #12 171.3 CC file-has-acl.o #12 171.6 CC filemode.o #12 171.8 CC filevercmp.o #12 172.1 CC free.o #12 172.2 CC fsusage.o #12 172.4 CC gettime.o #12 172.5 CC malloc/dynarray_at_failure.o #12 172.7 CC malloc/dynarray_emplace_enlarge.o #12 172.9 CC malloc/dynarray_finalize.o #12 173.0 CC malloc/dynarray_resize.o #12 173.2 CC malloc/dynarray_resize_clear.o #12 173.3 CC memset_explicit.o #12 173.4 CC nanosleep.o #12 173.6 CC nproc.o #12 173.8 CC nstrftime.o #12 174.9 CC pipe2.o #12 175.1 CC qcopy-acl.o #12 175.3 CC regex.o #12 182.0 CC sig2str.o #12 182.2 CC sigdescr_np.o #12 182.3 CC stat-time.o #12 182.5 CC tempname.o #12 182.8 CC time_rz.o #12 183.1 CC timegm.o #12 183.2 CC timespec.o #12 183.3 CC timespec-add.o #12 183.4 CC timespec-sub.o #12 183.5 CC u64.o #12 183.6 CC unistd.o #12 183.7 CC openat-die.o #12 183.9 CC save-cwd.o #12 184.0 AR libgnu.a #12 184.3 make[3]: Leaving directory '/checkout/lib' #12 184.3 make -C lib-src all #12 184.3 make[3]: Entering directory '/checkout/lib-src' #12 184.3 CCLD etags #12 190.4 CCLD ctags #12 196.3 CCLD emacsclient #12 197.5 CCLD ebrowse #12 199.9 CCLD hexl #12 200.4 CC pop.o #12 200.4 CCLD movemail #12 200.8 CCLD make-docfile #12 202.1 CCLD make-fingerprint #12 202.4 make[3]: Leaving directory '/checkout/lib-src' #12 202.4 make -C src BIN_DESTDIR=''/checkout/nextstep/Emacs.app/'' \ #12 202.4 ELN_DESTDIR='/checkout/nextstep/Emacs.app/Frameworks/' all #12 202.7 make[3]: Entering directory '/checkout/src' #12 202.7 GEN globals.h #12 202.8 CC dispnew.o #12 208.1 CC frame.o #12 215.1 CC scroll.o #12 216.1 CC xdisp.o #12 258.0 CC menu.o #12 260.5 CC window.o #12 270.9 CC charset.o #12 275.1 CC coding.o #12 291.8 CC category.o #12 292.7 CC ccl.o #12 296.1 CC character.o #12 298.1 CC chartab.o #12 300.7 CC bidi.o #12 303.3 CC cm.o #12 304.1 CC term.o #12 308.1 CC terminal.o #12 308.9 CC xfaces.o #12 316.7 CC dbusbind.o #12 321.5 CC emacs.o #12 323.6 CC keyboard.o #12 337.5 CC macros.o #12 338.2 CC keymap.o #12 342.7 CC sysdep.o #12 345.3 CC bignum.o #12 346.1 CC buffer.o #12 350.5 CC filelock.o #12 351.4 CC insdel.o #12 353.5 CC marker.o #12 354.7 CC minibuf.o #12 358.2 CC fileio.o #12 364.8 CC dired.o #12 366.3 CC cmds.o #12 367.8 CC casetab.o #12 368.5 CC casefiddle.o #12 369.9 CC indent.o #12 373.4 CC search.o #12 377.7 CC regex-emacs.o #12 386.9 CC undo.o #12 387.9 CC alloc.o #12 393.2 CC pdumper.o #12 397.7 CC data.o #12 403.6 GEN buildobj.h #12 404.2 CC doc.o #12 405.7 CC editfns.o #12 412.0 CC callint.o #12 413.5 CC eval.o #12 419.2 CC floatfns.o #12 420.6 CC fns.o #12 430.0 CC sort.o #12 431.1 CC font.o #12 439.3 CC print.o #12 442.8 CC lread.o #12 448.9 CC emacs-module.o #12 451.7 CC syntax.o #12 457.6 CC bytecode.o #12 461.1 CC comp.o #12 461.4 CC dynlib.o #12 461.6 CC process.o #12 469.7 CC gnutls.o #12 472.5 CC callproc.o #12 474.2 CC region-cache.o #12 474.9 CC sound.o #12 475.8 CC timefns.o #12 477.6 CC atimer.o #12 478.3 CC doprnt.o #12 479.2 CC intervals.o #12 482.1 CC textprop.o #12 485.2 CC composite.o #12 488.8 CC xml.o #12 489.1 CC lcms.o #12 489.2 CC inotify.o #12 490.3 CC profiler.o #12 491.3 CC decompress.o #12 491.9 CC thread.o #12 493.1 CC systhread.o #12 493.7 CC sqlite.o #12 494.2 CC treesit.o #12 494.5 CC itree.o #12 495.7 CC fontset.o #12 499.5 CC fringe.o #12 502.1 CC image.o #12 505.8 image.c:143: warning: macro "PIX_MASK_DRAW" is not used [-Wunused-macros] #12 505.8 143 | #define PIX_MASK_DRAW 1 #12 505.8 | #12 506.2 CC nsterm.o #12 506.2 cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 506.2 cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 506.5 In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 506.5 from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 506.5 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 506.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 506.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.5 from nsgui.h:34, #12 506.5 from dispextern.h:137, #12 506.5 from nsterm.h:22, #12 506.5 from nsterm.m:48: #12 506.5 /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.5 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 506.5 | ^ #12 506.5 In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 506.5 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 506.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 506.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.5 from nsgui.h:34, #12 506.5 from dispextern.h:137, #12 506.5 from nsterm.h:22, #12 506.5 from nsterm.m:48: #12 506.5 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.5 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.5 | ^ #12 506.5 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 506.5 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 506.5 | ^~~~~~~~~~~~~~~~~~~~ #12 506.6 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 506.6 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 506.6 | ^~~~~~~~~~~~~~~~~~~~ #12 506.6 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 506.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 506.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 506.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 506.6 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 88 | #if GS_API_VERSION(0,011500) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 506.6 from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 506.6 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 506.6 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 506.6 | ^~~~~~~~~~ #12 506.6 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 506.6 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 506.6 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 506.6 | ^~~~~~~~~~ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 506.6 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 506.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 506.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 506.6 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 506.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 506.6 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 506.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 46 | #if GS_EXPOSE(NSAffineTransform) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 506.6 from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 45 | #if GS_EXPOSE(NSArchiver) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 164 | #if GS_EXPOSE(NSUnarchiver) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 114 | #if GS_EXPOSE(NSBundle) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~ #12 506.6 /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 43 | #if GS_EXPOSE(NSCache) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 37 | #if GS_EXPOSE(NSCalendarDate) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 113 | #if GS_EXPOSE(NSException) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 506.6 303 | NSGetUncaughtExceptionHandler(); #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 53 | #if GS_EXPOSE(NSExpression) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 47 | #if GS_EXPOSE(NSTimer) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~ #12 506.6 /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 506.6 from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 506.6 from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 46 | #if GS_EXPOSE(NSRunLoop) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~ #12 506.6 /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 127 | #if GS_EXPOSE(NSDateFormatter) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 506.6 from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 192 | #if GS_EXPOSE(NSDecimalNumber) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 40 | #if GS_EXPOSE(NSDistantObject) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 41 | #if GS_EXPOSE(NSDistributedLock) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 74 | #if GS_EXPOSE(NSLock) #12 506.6 | ^~~~~~~~~~~~~~~~~~~ #12 506.6 /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 125 | #if GS_EXPOSE(NSCondition) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 175 | #if GS_EXPOSE(NSConditionLock) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 275 | #if GS_EXPOSE(NSRecursiveLock) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 506.6 from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 506.6 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 71 | #if GS_EXPOSE(NSNotificationCenter) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 506.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.6 | ^ #12 506.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 506.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.6 from nsgui.h:34, #12 506.6 from dispextern.h:137, #12 506.6 from nsterm.h:22, #12 506.6 from nsterm.m:48: #12 506.6 /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 506.6 | ^ #12 506.6 /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.6 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 506.6 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 134 | #if GS_EXPOSE(NSError) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 506.7 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 506.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 182 | #if GS_EXPOSE(NSURLHandle) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 506.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 73 | #if GS_EXPOSE(NSURL) #12 506.7 | ^~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 506.7 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 506.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 506.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 599 | #if GS_EXPOSE(NSURLQueryItem) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 633 | #if GS_EXPOSE(NSURLComponents) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 160 | #if GS_EXPOSE(NSPipe) #12 506.7 | ^~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 506.7 from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 506.7 from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 215 | #if GS_EXPOSE(NSFileManager) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 42 | #if GS_EXPOSE(NSHost) #12 506.7 | ^~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 68 | #if GS_EXPOSE(NSHTTPCookie) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 47 | #if GS_EXPOSE(NSIndexPath) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 49 | #if GS_EXPOSE(NSIndexSet) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 506.7 from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 52 | #if GS_EXPOSE(NSMethodSignature) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 38 | #if GS_EXPOSE(NSInvocation) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 506.7 from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 506.7 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 506.7 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 103 | #if GS_EXPOSE(NSLocale) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 506.7 from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 40 | #if GS_EXPOSE(NSMetadataItem) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 66 | #if GS_EXPOSE(NSMetadataQuery) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 112 | #if GS_EXPOSE(NSNotificationQueue) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 361 | #if GS_EXPOSE(NSNetService) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 123 | #if GS_EXPOSE(NSNumberFormatter) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 53 | #if GS_EXPOSE(NSPortCoder) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 506.7 from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 77 | #if GS_EXPOSE(NSPort) #12 506.7 | ^~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 202 | #if GS_EXPOSE(NSSocketPort) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 284 | #if GS_EXPOSE(NSMessagePort) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 47 | #if GS_EXPOSE(NSPortMessage) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 53 | #if GS_EXPOSE(NSProgress) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 40 | #if GS_EXPOSE(NSProtocolChecker) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 91 | #if GS_EXPOSE(NSRegularExpression) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 42 | #if GS_EXPOSE(NSScanner) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 48 | #if GS_EXPOSE(NSSortDescriptor) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 58 | #if GS_EXPOSE(NSSpellServer) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 506.7 from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 51 | #if GS_EXPOSE(NSTask) #12 506.7 | ^~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 506.7 from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 59 | #if GS_EXPOSE(NSThread) #12 506.7 | ^~~~~~~~~~~~~~~~~~~~~ #12 506.7 /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 506.7 from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 506.7 | ^ #12 506.7 /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 506.7 | ^ #12 506.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 506.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.7 from nsgui.h:34, #12 506.7 from dispextern.h:137, #12 506.7 from nsterm.h:22, #12 506.7 from nsterm.m:48: #12 506.7 /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 506.7 | ^ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 87 | #if GS_EXPOSE(NSUndoManager) #12 506.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 506.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 506.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.8 /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 105 | #if GS_EXPOSE(NSURLCache) #12 506.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 48 | #if GS_EXPOSE(NSURLConnection) #12 506.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.8 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 56 | #if GS_EXPOSE(NSURLCredential) #12 506.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 506.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 49 | #if GS_EXPOSE(NSURLDownload) #12 506.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.8 /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 506.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 121 | #if GS_EXPOSE(NSURLProtocol) #12 506.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 92 | #if GS_EXPOSE(NSURLRequest) #12 506.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.8 /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 49 | #if GS_EXPOSE(NSURLResponse) #12 506.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.8 /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 217 | #if GS_EXPOSE(NSUserDefaults) #12 506.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 506.8 from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 506.8 from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 72 | #if GS_EXPOSE(NSXMLParser) #12 506.8 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 506.8 /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 506.8 from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 506.8 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 506.8 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 506.8 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 506.8 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 506.8 from /usr/include/GNUstep/AppKit/NSView.h:38, #12 506.8 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 506.8 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 506.8 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 506.8 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 506.8 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 506.8 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 506.8 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 506.8 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 506.8 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 506.8 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 506.8 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 506.8 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 506.8 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 506.8 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 506.8 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 506.8 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 506.8 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 506.8 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.8 | ^ #12 506.8 In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 506.8 from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 506.8 from nsgui.h:34, #12 506.8 from dispextern.h:137, #12 506.8 from nsterm.h:22, #12 506.8 from nsterm.m:48: #12 506.8 /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.8 /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.8 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.8 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 506.9 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 506.9 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 506.9 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 506.9 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 506.9 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 506.9 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 506.9 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 506.9 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 506.9 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 506.9 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 506.9 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 506.9 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 506.9 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 506.9 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 506.9 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 506.9 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 506.9 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 506.9 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 506.9 from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 506.9 from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 506.9 from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 506.9 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 506.9 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 506.9 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 506.9 from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 506.9 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 506.9 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 506.9 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 506.9 from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 506.9 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 506.9 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 506.9 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 506.9 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 506.9 from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 506.9 from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 506.9 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 506.9 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 506.9 | ^~~~~~~~~~~~~~~~~~~~ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 506.9 from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 506.9 | ^ #12 506.9 In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 506.9 from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 506.9 from nsgui.h:34, #12 506.9 from dispextern.h:137, #12 506.9 from nsterm.h:22, #12 506.9 from nsterm.m:48: #12 506.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 506.9 | ^ #12 506.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 506.9 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 506.9 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 507.0 from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 507.0 from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 507.0 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 507.0 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 507.0 from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 507.0 from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 507.0 from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 507.0 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 507.0 from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 507.0 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 507.0 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 507.0 from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 507.0 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 507.0 from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 507.0 from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 507.0 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 507.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 507.0 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 507.0 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 507.0 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 507.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.0 | ^ #12 507.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 507.0 from nsgui.h:34, #12 507.0 from dispextern.h:137, #12 507.0 from nsterm.h:22, #12 507.0 from nsterm.m:48: #12 507.0 /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.0 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.0 | ^ #12 507.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 507.1 from nsgui.h:34, #12 507.1 from dispextern.h:137, #12 507.1 from nsterm.h:22, #12 507.1 from nsterm.m:48: #12 507.1 /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.1 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.1 | ^ #12 507.1 /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.1 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.1 | ^ #12 507.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 507.1 from nsgui.h:34, #12 507.1 from dispextern.h:137, #12 507.1 from nsterm.h:22, #12 507.1 from nsterm.m:48: #12 507.1 /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.1 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 507.1 | ^ #12 507.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 507.1 from nsgui.h:34, #12 507.1 from dispextern.h:137, #12 507.1 from nsterm.h:22, #12 507.1 from nsterm.m:48: #12 507.1 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.1 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 507.1 | ^ #12 507.1 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.1 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 507.1 | ^ #12 507.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 507.1 from nsgui.h:34, #12 507.1 from dispextern.h:137, #12 507.1 from nsterm.h:22, #12 507.1 from nsterm.m:48: #12 507.1 /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 507.1 | ^ #12 507.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 507.1 from nsgui.h:34, #12 507.1 from dispextern.h:137, #12 507.1 from nsterm.h:22, #12 507.1 from nsterm.m:48: #12 507.1 /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 507.1 | ^ #12 507.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 507.1 from nsgui.h:34, #12 507.1 from dispextern.h:137, #12 507.1 from nsterm.h:22, #12 507.1 from nsterm.m:48: #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 507.1 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 507.1 | ^ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 125 | __attribute__((unused)); #12 507.1 | ^~~~~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 129 | __attribute__((unused)); #12 507.1 | ^~~~~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 133 | __attribute__((unused)); #12 507.1 | ^~~~~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 214 | __attribute__((unused)); #12 507.1 | ^~~~~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 247 | __attribute__((unused)); #12 507.1 | ^~~~~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 251 | __attribute__((unused)); #12 507.1 | ^~~~~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 259 | __attribute__((unused)); #12 507.1 | ^~~~~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 263 | __attribute__((unused)); #12 507.1 | ^~~~~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 267 | __attribute__((unused)); #12 507.1 | ^~~~~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 271 | __attribute__((unused)); #12 507.1 | ^~~~~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 275 | __attribute__((unused)); #12 507.1 | ^~~~~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 287 | __attribute__((unused)); #12 507.1 | ^~~~~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 311 | __attribute__((unused)); #12 507.1 | ^~~~~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 323 | __attribute__((unused)); #12 507.1 | ^~~~~~~~~~~~~ #12 507.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 507.1 from nsgui.h:34, #12 507.1 from dispextern.h:137, #12 507.1 from nsterm.h:22, #12 507.1 from nsterm.m:48: #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 493 | PSgsave() #12 507.1 | ^~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 499 | PSgrestore() #12 507.1 | ^~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 505 | PSinitgraphics() #12 507.1 | ^~~~~~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 622 | PSinitmatrix() #12 507.1 | ^~~~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 669 | PSclip() #12 507.1 | ^~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 675 | PSclosepath() #12 507.1 | ^~~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 687 | PSeoclip() #12 507.1 | ^~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 693 | PSeofill() #12 507.1 | ^~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 699 | PSfill() #12 507.1 | ^~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 705 | PSflattenpath() #12 507.1 | ^~~~~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 711 | PSinitclip() #12 507.1 | ^~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 729 | PSnewpath() #12 507.1 | ^~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 765 | PSreversepath() #12 507.1 | ^~~~~~~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 783 | PSstroke() #12 507.1 | ^~~~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 507.1 835 | PSWait() #12 507.1 | ^~~~~~ #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 507.1 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 507.3 nsterm.m: In function 'ns_set_undecorated': #12 507.3 nsterm.m:1794:7: warning: 'NSWindow' may not respond to '-setIsVisible:' #12 507.3 1794 | [newWindow setIsVisible:[oldWindow isVisible]]; #12 507.3 | ^ #12 507.3 nsterm.m:1794:7: warning: (messages without a matching method signature will be assumed to return 'id' and accept '...' as arguments) #12 507.3 nsterm.m: In function '-[EmacsView showFontPanel]': #12 507.3 nsterm.m:6687:3: warning: 'NSFontPanel' may not respond to '-setIsVisible:' #12 507.3 6687 | [[fm fontPanel: YES] setIsVisible: NO]; #12 507.3 | ^ #12 516.1 CC nsfns.o #12 516.1 cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 516.1 cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 516.5 In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 516.5 from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 516.5 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 516.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 516.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.5 from nsgui.h:34, #12 516.5 from dispextern.h:137, #12 516.5 from nsterm.h:22, #12 516.5 from nsfns.m:38: #12 516.5 /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 516.5 | ^ #12 516.5 In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 516.5 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 516.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 516.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.5 from nsgui.h:34, #12 516.5 from dispextern.h:137, #12 516.5 from nsterm.h:22, #12 516.5 from nsfns.m:38: #12 516.5 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 516.5 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 516.5 | ^~~~~~~~~~~~~~~~~~~~ #12 516.5 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 516.5 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 516.5 | ^~~~~~~~~~~~~~~~~~~~ #12 516.5 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.5 | ^ #12 516.5 In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 516.5 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 516.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 516.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.5 from nsgui.h:34, #12 516.5 from dispextern.h:137, #12 516.5 from nsterm.h:22, #12 516.5 from nsfns.m:38: #12 516.5 /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 516.5 | ^ #12 516.5 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 516.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 516.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.5 from nsgui.h:34, #12 516.5 from dispextern.h:137, #12 516.5 from nsterm.h:22, #12 516.5 from nsfns.m:38: #12 516.5 /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 516.5 | ^ #12 516.5 In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 516.5 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 516.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 516.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.5 from nsgui.h:34, #12 516.5 from dispextern.h:137, #12 516.5 from nsterm.h:22, #12 516.5 from nsfns.m:38: #12 516.5 /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.5 | ^ #12 516.5 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 516.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 516.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.5 from nsgui.h:34, #12 516.5 from dispextern.h:137, #12 516.5 from nsterm.h:22, #12 516.5 from nsfns.m:38: #12 516.5 /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.5 | ^ #12 516.5 In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 516.5 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 516.5 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 516.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.5 from nsgui.h:34, #12 516.5 from dispextern.h:137, #12 516.5 from nsterm.h:22, #12 516.5 from nsfns.m:38: #12 516.5 /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 516.5 | ^ #12 516.5 In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 516.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.5 from nsgui.h:34, #12 516.5 from dispextern.h:137, #12 516.5 from nsterm.h:22, #12 516.5 from nsfns.m:38: #12 516.5 /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.5 | ^ #12 516.5 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 516.5 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 516.5 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 516.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.5 from nsgui.h:34, #12 516.5 from dispextern.h:137, #12 516.5 from nsterm.h:22, #12 516.5 from nsfns.m:38: #12 516.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 88 | #if GS_API_VERSION(0,011500) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 516.5 | ^ #12 516.5 In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 516.5 from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 516.5 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 516.5 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 516.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.5 from nsgui.h:34, #12 516.5 from dispextern.h:137, #12 516.5 from nsterm.h:22, #12 516.5 from nsfns.m:38: #12 516.5 /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 516.5 | ^ #12 516.5 In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 516.5 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 516.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.5 from nsgui.h:34, #12 516.5 from dispextern.h:137, #12 516.5 from nsterm.h:22, #12 516.5 from nsfns.m:38: #12 516.5 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 516.5 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 516.5 | ^~~~~~~~~~ #12 516.5 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 516.5 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 516.5 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 516.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.5 from nsgui.h:34, #12 516.5 from dispextern.h:137, #12 516.5 from nsterm.h:22, #12 516.5 from nsfns.m:38: #12 516.5 /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 516.5 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 516.5 | ^~~~~~~~~~ #12 516.5 In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 516.5 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 516.5 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 516.5 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 516.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.5 from nsgui.h:34, #12 516.5 from dispextern.h:137, #12 516.5 from nsterm.h:22, #12 516.5 from nsfns.m:38: #12 516.5 /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.5 | ^ #12 516.5 In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 516.5 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 516.5 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 516.5 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.5 from nsgui.h:34, #12 516.5 from dispextern.h:137, #12 516.5 from nsterm.h:22, #12 516.5 from nsfns.m:38: #12 516.5 /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.5 | ^ #12 516.5 /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.5 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 516.5 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 516.6 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 516.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 516.6 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 516.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 46 | #if GS_EXPOSE(NSAffineTransform) #12 516.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 516.6 from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 45 | #if GS_EXPOSE(NSArchiver) #12 516.6 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 516.6 /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 164 | #if GS_EXPOSE(NSUnarchiver) #12 516.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.6 /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 516.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.6 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 114 | #if GS_EXPOSE(NSBundle) #12 516.6 | ^~~~~~~~~~~~~~~~~~~~~ #12 516.6 /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 43 | #if GS_EXPOSE(NSCache) #12 516.6 | ^~~~~~~~~~~~~~~~~~~~ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 37 | #if GS_EXPOSE(NSCalendarDate) #12 516.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 113 | #if GS_EXPOSE(NSException) #12 516.6 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 516.6 /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 516.6 303 | NSGetUncaughtExceptionHandler(); #12 516.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 53 | #if GS_EXPOSE(NSExpression) #12 516.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 516.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 516.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 47 | #if GS_EXPOSE(NSTimer) #12 516.6 | ^~~~~~~~~~~~~~~~~~~~ #12 516.6 /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 516.6 from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 516.6 from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 46 | #if GS_EXPOSE(NSRunLoop) #12 516.6 | ^~~~~~~~~~~~~~~~~~~~~~ #12 516.6 /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 127 | #if GS_EXPOSE(NSDateFormatter) #12 516.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.6 /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.6 | ^ #12 516.6 /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 516.6 from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 516.6 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 516.6 | ^ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 516.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.6 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 192 | #if GS_EXPOSE(NSDecimalNumber) #12 516.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 40 | #if GS_EXPOSE(NSDistantObject) #12 516.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 516.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.6 from nsgui.h:34, #12 516.6 from dispextern.h:137, #12 516.6 from nsterm.h:22, #12 516.6 from nsfns.m:38: #12 516.6 /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.6 41 | #if GS_EXPOSE(NSDistributedLock) #12 516.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 516.7 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 74 | #if GS_EXPOSE(NSLock) #12 516.7 | ^~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 125 | #if GS_EXPOSE(NSCondition) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 175 | #if GS_EXPOSE(NSConditionLock) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 275 | #if GS_EXPOSE(NSRecursiveLock) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 516.7 from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 516.7 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 516.7 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 71 | #if GS_EXPOSE(NSNotificationCenter) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 134 | #if GS_EXPOSE(NSError) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 516.7 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 516.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 182 | #if GS_EXPOSE(NSURLHandle) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 516.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 73 | #if GS_EXPOSE(NSURL) #12 516.7 | ^~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 516.7 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 516.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 516.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 599 | #if GS_EXPOSE(NSURLQueryItem) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 633 | #if GS_EXPOSE(NSURLComponents) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 160 | #if GS_EXPOSE(NSPipe) #12 516.7 | ^~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 516.7 from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 516.7 from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 215 | #if GS_EXPOSE(NSFileManager) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 42 | #if GS_EXPOSE(NSHost) #12 516.7 | ^~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 68 | #if GS_EXPOSE(NSHTTPCookie) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 47 | #if GS_EXPOSE(NSIndexPath) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 49 | #if GS_EXPOSE(NSIndexSet) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 516.7 from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 52 | #if GS_EXPOSE(NSMethodSignature) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 38 | #if GS_EXPOSE(NSInvocation) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 516.7 from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 516.7 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 516.7 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 103 | #if GS_EXPOSE(NSLocale) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 516.7 from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 40 | #if GS_EXPOSE(NSMetadataItem) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 66 | #if GS_EXPOSE(NSMetadataQuery) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 112 | #if GS_EXPOSE(NSNotificationQueue) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 361 | #if GS_EXPOSE(NSNetService) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 123 | #if GS_EXPOSE(NSNumberFormatter) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.7 | ^ #12 516.7 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.7 | ^ #12 516.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 516.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.7 from nsgui.h:34, #12 516.7 from dispextern.h:137, #12 516.7 from nsterm.h:22, #12 516.7 from nsfns.m:38: #12 516.7 /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.7 53 | #if GS_EXPOSE(NSPortCoder) #12 516.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 516.8 from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 77 | #if GS_EXPOSE(NSPort) #12 516.8 | ^~~~~~~~~~~~~~~~~~~ #12 516.8 /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 202 | #if GS_EXPOSE(NSSocketPort) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 284 | #if GS_EXPOSE(NSMessagePort) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 47 | #if GS_EXPOSE(NSPortMessage) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 53 | #if GS_EXPOSE(NSProgress) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 40 | #if GS_EXPOSE(NSProtocolChecker) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 91 | #if GS_EXPOSE(NSRegularExpression) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 42 | #if GS_EXPOSE(NSScanner) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~ #12 516.8 /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 48 | #if GS_EXPOSE(NSSortDescriptor) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 58 | #if GS_EXPOSE(NSSpellServer) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 516.8 from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 51 | #if GS_EXPOSE(NSTask) #12 516.8 | ^~~~~~~~~~~~~~~~~~~ #12 516.8 /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 516.8 from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 59 | #if GS_EXPOSE(NSThread) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~ #12 516.8 /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 516.8 from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 87 | #if GS_EXPOSE(NSUndoManager) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 105 | #if GS_EXPOSE(NSURLCache) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 48 | #if GS_EXPOSE(NSURLConnection) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 56 | #if GS_EXPOSE(NSURLCredential) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 49 | #if GS_EXPOSE(NSURLDownload) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 121 | #if GS_EXPOSE(NSURLProtocol) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 92 | #if GS_EXPOSE(NSURLRequest) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 49 | #if GS_EXPOSE(NSURLResponse) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 217 | #if GS_EXPOSE(NSUserDefaults) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 516.8 from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 516.8 from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 72 | #if GS_EXPOSE(NSXMLParser) #12 516.8 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 516.8 /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 516.8 from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 516.8 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 516.8 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.8 | ^ #12 516.8 In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 516.8 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 516.8 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 516.8 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 516.8 from nsgui.h:34, #12 516.8 from dispextern.h:137, #12 516.8 from nsterm.h:22, #12 516.8 from nsfns.m:38: #12 516.8 /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.8 | ^ #12 516.8 /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.8 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 516.8 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 516.9 from /usr/include/GNUstep/AppKit/NSView.h:38, #12 516.9 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 516.9 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 516.9 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 516.9 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 516.9 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 516.9 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 516.9 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 516.9 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 516.9 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 516.9 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 516.9 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 516.9 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 516.9 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 516.9 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 516.9 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 516.9 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 516.9 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 516.9 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 516.9 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 516.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 516.9 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 516.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 516.9 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 516.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 516.9 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 516.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 516.9 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 516.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 516.9 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 516.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 516.9 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 516.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 516.9 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 516.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 516.9 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 516.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 516.9 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 516.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 516.9 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 516.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 516.9 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 516.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 516.9 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 516.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 516.9 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 516.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 516.9 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 516.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 516.9 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 516.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 516.9 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 516.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 516.9 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 516.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 516.9 from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 516.9 from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 516.9 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 516.9 from nsgui.h:34, #12 516.9 from dispextern.h:137, #12 516.9 from nsterm.h:22, #12 516.9 from nsfns.m:38: #12 516.9 /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 516.9 /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 516.9 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 516.9 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 517.0 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 517.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 517.0 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 517.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 517.0 from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 517.0 from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 517.0 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 517.0 | ^~~~~~~~~~~~~~~~~~~~ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 517.0 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 517.0 | ^~~~~~~~~~~~~~~~~~~~ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 517.0 from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 517.0 from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 517.0 from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 517.0 from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 517.0 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 517.0 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 517.0 from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 517.0 from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 517.0 from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 517.0 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 517.0 from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 517.0 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 517.0 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 517.0 from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 517.0 | ^ #12 517.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 517.0 from nsgui.h:34, #12 517.0 from dispextern.h:137, #12 517.0 from nsterm.h:22, #12 517.0 from nsfns.m:38: #12 517.0 /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.0 | ^ #12 517.0 /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.0 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.0 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 517.1 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 517.1 from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 517.1 from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 517.1 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 517.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 517.1 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 517.1 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 517.1 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 517.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 517.1 | ^ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 517.1 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 517.1 | ^ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 125 | __attribute__((unused)); #12 517.1 | ^~~~~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 129 | __attribute__((unused)); #12 517.1 | ^~~~~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 133 | __attribute__((unused)); #12 517.1 | ^~~~~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 214 | __attribute__((unused)); #12 517.1 | ^~~~~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 247 | __attribute__((unused)); #12 517.1 | ^~~~~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 251 | __attribute__((unused)); #12 517.1 | ^~~~~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 259 | __attribute__((unused)); #12 517.1 | ^~~~~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 263 | __attribute__((unused)); #12 517.1 | ^~~~~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 267 | __attribute__((unused)); #12 517.1 | ^~~~~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 271 | __attribute__((unused)); #12 517.1 | ^~~~~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 275 | __attribute__((unused)); #12 517.1 | ^~~~~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 287 | __attribute__((unused)); #12 517.1 | ^~~~~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 311 | __attribute__((unused)); #12 517.1 | ^~~~~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 323 | __attribute__((unused)); #12 517.1 | ^~~~~~~~~~~~~ #12 517.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 517.1 from nsgui.h:34, #12 517.1 from dispextern.h:137, #12 517.1 from nsterm.h:22, #12 517.1 from nsfns.m:38: #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 493 | PSgsave() #12 517.1 | ^~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 499 | PSgrestore() #12 517.1 | ^~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 505 | PSinitgraphics() #12 517.1 | ^~~~~~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 622 | PSinitmatrix() #12 517.1 | ^~~~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 669 | PSclip() #12 517.1 | ^~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 675 | PSclosepath() #12 517.1 | ^~~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 687 | PSeoclip() #12 517.1 | ^~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 693 | PSeofill() #12 517.1 | ^~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 699 | PSfill() #12 517.1 | ^~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 705 | PSflattenpath() #12 517.1 | ^~~~~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 711 | PSinitclip() #12 517.1 | ^~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 729 | PSnewpath() #12 517.1 | ^~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 765 | PSreversepath() #12 517.1 | ^~~~~~~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 783 | PSstroke() #12 517.1 | ^~~~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 517.1 835 | PSWait() #12 517.1 | ^~~~~~ #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 517.1 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 517.2 nsfns.m: At top level: #12 517.2 nsfns.m:694:1: warning: no previous prototype for 'ns_make_frame_key_window' [-Wmissing-prototypes] #12 517.2 694 | ns_make_frame_key_window (struct frame *f) #12 517.2 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 521.2 CC nsmenu.o #12 521.2 cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 521.2 cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 521.6 In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 521.6 from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 521.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 521.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 521.6 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 521.6 | ^~~~~~~~~~~~~~~~~~~~ #12 521.6 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 521.6 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 521.6 | ^~~~~~~~~~~~~~~~~~~~ #12 521.6 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 521.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 521.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 521.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 521.6 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 88 | #if GS_API_VERSION(0,011500) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 521.6 from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 521.6 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 521.6 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 521.6 | ^~~~~~~~~~ #12 521.6 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 521.6 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 521.6 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 521.6 | ^~~~~~~~~~ #12 521.6 In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 521.6 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 521.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 521.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 521.6 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 521.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 521.6 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 521.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 46 | #if GS_EXPOSE(NSAffineTransform) #12 521.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 521.6 from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 45 | #if GS_EXPOSE(NSArchiver) #12 521.6 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 521.6 /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 164 | #if GS_EXPOSE(NSUnarchiver) #12 521.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.6 /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 521.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.6 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 114 | #if GS_EXPOSE(NSBundle) #12 521.6 | ^~~~~~~~~~~~~~~~~~~~~ #12 521.6 /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 521.6 from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 521.6 | ^ #12 521.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 43 | #if GS_EXPOSE(NSCache) #12 521.6 | ^~~~~~~~~~~~~~~~~~~~ #12 521.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 521.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.6 from nsgui.h:34, #12 521.6 from dispextern.h:137, #12 521.6 from window.h:23, #12 521.6 from nsmenu.m:29: #12 521.6 /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.6 | ^ #12 521.6 /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.6 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.6 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 37 | #if GS_EXPOSE(NSCalendarDate) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 113 | #if GS_EXPOSE(NSException) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 521.7 303 | NSGetUncaughtExceptionHandler(); #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 53 | #if GS_EXPOSE(NSExpression) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 47 | #if GS_EXPOSE(NSTimer) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 521.7 from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 521.7 from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 46 | #if GS_EXPOSE(NSRunLoop) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 127 | #if GS_EXPOSE(NSDateFormatter) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 521.7 from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 192 | #if GS_EXPOSE(NSDecimalNumber) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 40 | #if GS_EXPOSE(NSDistantObject) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 41 | #if GS_EXPOSE(NSDistributedLock) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 74 | #if GS_EXPOSE(NSLock) #12 521.7 | ^~~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 125 | #if GS_EXPOSE(NSCondition) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 175 | #if GS_EXPOSE(NSConditionLock) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 275 | #if GS_EXPOSE(NSRecursiveLock) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 521.7 from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 71 | #if GS_EXPOSE(NSNotificationCenter) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 134 | #if GS_EXPOSE(NSError) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 521.7 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 182 | #if GS_EXPOSE(NSURLHandle) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 73 | #if GS_EXPOSE(NSURL) #12 521.7 | ^~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 521.7 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 599 | #if GS_EXPOSE(NSURLQueryItem) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 633 | #if GS_EXPOSE(NSURLComponents) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 160 | #if GS_EXPOSE(NSPipe) #12 521.7 | ^~~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 521.7 from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 521.7 | ^ #12 521.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 521.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.7 from nsgui.h:34, #12 521.7 from dispextern.h:137, #12 521.7 from window.h:23, #12 521.7 from nsmenu.m:29: #12 521.7 /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 215 | #if GS_EXPOSE(NSFileManager) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.7 | ^ #12 521.7 /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 521.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.7 /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.7 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.7 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 42 | #if GS_EXPOSE(NSHost) #12 521.8 | ^~~~~~~~~~~~~~~~~~~ #12 521.8 /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 68 | #if GS_EXPOSE(NSHTTPCookie) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 47 | #if GS_EXPOSE(NSIndexPath) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 49 | #if GS_EXPOSE(NSIndexSet) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 521.8 from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 52 | #if GS_EXPOSE(NSMethodSignature) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 38 | #if GS_EXPOSE(NSInvocation) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 521.8 from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 521.8 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 521.8 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 103 | #if GS_EXPOSE(NSLocale) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~ #12 521.8 /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 521.8 from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 40 | #if GS_EXPOSE(NSMetadataItem) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 66 | #if GS_EXPOSE(NSMetadataQuery) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 112 | #if GS_EXPOSE(NSNotificationQueue) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 361 | #if GS_EXPOSE(NSNetService) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 123 | #if GS_EXPOSE(NSNumberFormatter) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.8 | ^ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 53 | #if GS_EXPOSE(NSPortCoder) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 521.8 from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 77 | #if GS_EXPOSE(NSPort) #12 521.8 | ^~~~~~~~~~~~~~~~~~~ #12 521.8 /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 202 | #if GS_EXPOSE(NSSocketPort) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 284 | #if GS_EXPOSE(NSMessagePort) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 47 | #if GS_EXPOSE(NSPortMessage) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 521.8 | ^ #12 521.8 /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 53 | #if GS_EXPOSE(NSProgress) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 40 | #if GS_EXPOSE(NSProtocolChecker) #12 521.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 521.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.8 from nsgui.h:34, #12 521.8 from dispextern.h:137, #12 521.8 from window.h:23, #12 521.8 from nsmenu.m:29: #12 521.8 /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.8 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.8 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 91 | #if GS_EXPOSE(NSRegularExpression) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 42 | #if GS_EXPOSE(NSScanner) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~~ #12 521.9 /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 48 | #if GS_EXPOSE(NSSortDescriptor) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.9 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 58 | #if GS_EXPOSE(NSSpellServer) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.9 /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 521.9 from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 51 | #if GS_EXPOSE(NSTask) #12 521.9 | ^~~~~~~~~~~~~~~~~~~ #12 521.9 /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 521.9 from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 59 | #if GS_EXPOSE(NSThread) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~ #12 521.9 /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 521.9 from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 87 | #if GS_EXPOSE(NSUndoManager) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.9 /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 105 | #if GS_EXPOSE(NSURLCache) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 48 | #if GS_EXPOSE(NSURLConnection) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 56 | #if GS_EXPOSE(NSURLCredential) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 49 | #if GS_EXPOSE(NSURLDownload) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.9 /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 121 | #if GS_EXPOSE(NSURLProtocol) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 92 | #if GS_EXPOSE(NSURLRequest) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.9 /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 49 | #if GS_EXPOSE(NSURLResponse) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.9 /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 217 | #if GS_EXPOSE(NSUserDefaults) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 521.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 521.9 from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 521.9 from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 72 | #if GS_EXPOSE(NSXMLParser) #12 521.9 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 521.9 /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 521.9 from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 521.9 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 521.9 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 521.9 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 521.9 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 521.9 from /usr/include/GNUstep/AppKit/NSView.h:38, #12 521.9 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 521.9 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 521.9 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 521.9 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 521.9 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 521.9 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 521.9 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 521.9 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 521.9 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 521.9 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 521.9 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 521.9 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 521.9 | ^ #12 521.9 In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 521.9 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 521.9 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 521.9 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 521.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 521.9 from nsgui.h:34, #12 521.9 from dispextern.h:137, #12 521.9 from window.h:23, #12 521.9 from nsmenu.m:29: #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 521.9 | ^ #12 521.9 /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 521.9 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 521.9 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 522.0 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 522.0 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 522.0 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 522.0 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 522.0 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 522.0 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 522.0 from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 522.0 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 522.0 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 522.0 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 522.0 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 522.0 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 522.0 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 522.0 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 522.0 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 522.0 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 522.0 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 522.0 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 522.0 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 522.0 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 522.0 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 522.0 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 522.0 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 522.0 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 522.0 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 522.0 from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 522.0 from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 522.0 from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 522.0 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 522.0 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 522.0 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 522.0 from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 522.0 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 522.0 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 522.0 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 522.0 from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 522.0 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 522.0 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 522.0 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 522.0 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 522.0 from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 522.0 from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 522.0 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 522.0 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 522.0 | ^~~~~~~~~~~~~~~~~~~~ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 522.0 from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.0 | ^ #12 522.0 /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.0 | ^ #12 522.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 522.0 from nsgui.h:34, #12 522.0 from dispextern.h:137, #12 522.0 from window.h:23, #12 522.0 from nsmenu.m:29: #12 522.0 /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.0 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 522.0 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 522.1 from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 522.1 from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 522.1 from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 522.1 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 522.1 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 522.1 from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 522.1 from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 522.1 from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 522.1 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 522.1 from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 522.1 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 522.1 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 522.1 from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 522.1 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 522.1 from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 522.1 from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.1 | ^ #12 522.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 522.1 from nsgui.h:34, #12 522.1 from dispextern.h:137, #12 522.1 from window.h:23, #12 522.1 from nsmenu.m:29: #12 522.1 /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.1 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 522.1 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.2 | ^ #12 522.2 /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.2 | ^ #12 522.2 /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.2 | ^ #12 522.2 /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.2 | ^ #12 522.2 /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 522.2 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 522.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 522.2 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 522.2 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 522.2 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 522.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.2 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.2 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.2 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 522.2 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.2 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.2 | ^ #12 522.2 /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.2 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 522.2 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.2 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 522.2 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 522.2 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.2 | ^ #12 522.2 /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.2 | ^ #12 522.2 /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 522.2 | ^ #12 522.2 /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.2 | ^ #12 522.2 /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.2 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.2 | ^ #12 522.2 /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.2 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.2 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.2 | ^ #12 522.2 /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.2 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 522.2 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 522.2 | ^ #12 522.2 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 522.2 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 522.2 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 522.2 | ^ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 522.2 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 522.2 | ^ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 125 | __attribute__((unused)); #12 522.2 | ^~~~~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 129 | __attribute__((unused)); #12 522.2 | ^~~~~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 133 | __attribute__((unused)); #12 522.2 | ^~~~~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 214 | __attribute__((unused)); #12 522.2 | ^~~~~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 247 | __attribute__((unused)); #12 522.2 | ^~~~~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 251 | __attribute__((unused)); #12 522.2 | ^~~~~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 259 | __attribute__((unused)); #12 522.2 | ^~~~~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 263 | __attribute__((unused)); #12 522.2 | ^~~~~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 267 | __attribute__((unused)); #12 522.2 | ^~~~~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 271 | __attribute__((unused)); #12 522.2 | ^~~~~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 275 | __attribute__((unused)); #12 522.2 | ^~~~~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 287 | __attribute__((unused)); #12 522.2 | ^~~~~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 311 | __attribute__((unused)); #12 522.2 | ^~~~~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 323 | __attribute__((unused)); #12 522.2 | ^~~~~~~~~~~~~ #12 522.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 522.2 from nsgui.h:34, #12 522.2 from dispextern.h:137, #12 522.2 from window.h:23, #12 522.2 from nsmenu.m:29: #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 493 | PSgsave() #12 522.2 | ^~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 499 | PSgrestore() #12 522.2 | ^~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 505 | PSinitgraphics() #12 522.2 | ^~~~~~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 622 | PSinitmatrix() #12 522.2 | ^~~~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 669 | PSclip() #12 522.2 | ^~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 675 | PSclosepath() #12 522.2 | ^~~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 687 | PSeoclip() #12 522.2 | ^~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 693 | PSeofill() #12 522.2 | ^~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 699 | PSfill() #12 522.2 | ^~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 705 | PSflattenpath() #12 522.2 | ^~~~~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 711 | PSinitclip() #12 522.2 | ^~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 729 | PSnewpath() #12 522.2 | ^~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 765 | PSreversepath() #12 522.2 | ^~~~~~~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 783 | PSstroke() #12 522.2 | ^~~~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 522.2 835 | PSWait() #12 522.2 | ^~~~~~ #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 522.2 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 524.4 CC nsselect.o #12 524.4 cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 524.4 cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 524.7 In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 524.7 from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 524.7 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 524.7 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 524.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.7 from nsgui.h:34, #12 524.7 from dispextern.h:137, #12 524.7 from nsterm.h:22, #12 524.7 from nsselect.m:31: #12 524.7 /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 524.7 | ^ #12 524.7 In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 524.7 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 524.7 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 524.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.7 from nsgui.h:34, #12 524.7 from dispextern.h:137, #12 524.7 from nsterm.h:22, #12 524.7 from nsselect.m:31: #12 524.7 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.7 | ^ #12 524.7 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 524.7 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 524.7 | ^~~~~~~~~~~~~~~~~~~~ #12 524.7 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 524.7 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 524.7 | ^~~~~~~~~~~~~~~~~~~~ #12 524.7 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 524.7 | ^ #12 524.7 In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 524.7 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 524.7 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 524.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.7 from nsgui.h:34, #12 524.7 from dispextern.h:137, #12 524.7 from nsterm.h:22, #12 524.7 from nsselect.m:31: #12 524.7 /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 524.7 | ^ #12 524.7 /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 524.7 | ^ #12 524.7 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 524.7 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 524.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.7 from nsgui.h:34, #12 524.7 from dispextern.h:137, #12 524.7 from nsterm.h:22, #12 524.7 from nsselect.m:31: #12 524.7 /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.7 | ^ #12 524.7 /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.7 | ^ #12 524.7 /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.7 | ^ #12 524.7 /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.7 | ^ #12 524.7 /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 524.7 | ^ #12 524.7 /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 524.7 | ^ #12 524.7 In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 524.7 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 524.7 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 524.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.7 from nsgui.h:34, #12 524.7 from dispextern.h:137, #12 524.7 from nsterm.h:22, #12 524.7 from nsselect.m:31: #12 524.7 /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.7 | ^ #12 524.7 /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.7 | ^ #12 524.7 /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.7 | ^ #12 524.7 /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.7 | ^ #12 524.7 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 524.7 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 524.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.7 from nsgui.h:34, #12 524.7 from dispextern.h:137, #12 524.7 from nsterm.h:22, #12 524.7 from nsselect.m:31: #12 524.7 /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.7 | ^ #12 524.7 In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 524.7 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 524.7 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 524.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.7 from nsgui.h:34, #12 524.7 from dispextern.h:137, #12 524.7 from nsterm.h:22, #12 524.7 from nsselect.m:31: #12 524.7 /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 524.7 | ^ #12 524.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 524.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.7 from nsgui.h:34, #12 524.7 from dispextern.h:137, #12 524.7 from nsterm.h:22, #12 524.7 from nsselect.m:31: #12 524.7 /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 524.7 | ^ #12 524.7 /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.7 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.7 | ^ #12 524.8 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 524.8 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 88 | #if GS_API_VERSION(0,011500) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 524.8 from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 524.8 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 524.8 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 524.8 | ^~~~~~~~~~ #12 524.8 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 524.8 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 524.8 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 524.8 | ^~~~~~~~~~ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 524.8 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 524.8 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 524.8 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 524.8 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 524.8 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 524.8 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 524.8 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 46 | #if GS_EXPOSE(NSAffineTransform) #12 524.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 524.8 from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 45 | #if GS_EXPOSE(NSArchiver) #12 524.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 524.8 /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 164 | #if GS_EXPOSE(NSUnarchiver) #12 524.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.8 /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 524.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.8 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 114 | #if GS_EXPOSE(NSBundle) #12 524.8 | ^~~~~~~~~~~~~~~~~~~~~ #12 524.8 /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 43 | #if GS_EXPOSE(NSCache) #12 524.8 | ^~~~~~~~~~~~~~~~~~~~ #12 524.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 37 | #if GS_EXPOSE(NSCalendarDate) #12 524.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.8 /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 113 | #if GS_EXPOSE(NSException) #12 524.8 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 524.8 /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 524.8 303 | NSGetUncaughtExceptionHandler(); #12 524.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 53 | #if GS_EXPOSE(NSExpression) #12 524.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 524.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 524.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 47 | #if GS_EXPOSE(NSTimer) #12 524.8 | ^~~~~~~~~~~~~~~~~~~~ #12 524.8 /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 524.8 | ^ #12 524.8 /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 524.8 | ^ #12 524.8 In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 524.8 from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 524.8 from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 524.8 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 524.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.8 from nsgui.h:34, #12 524.8 from dispextern.h:137, #12 524.8 from nsterm.h:22, #12 524.8 from nsselect.m:31: #12 524.8 /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.8 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 46 | #if GS_EXPOSE(NSRunLoop) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 127 | #if GS_EXPOSE(NSDateFormatter) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 524.9 from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 192 | #if GS_EXPOSE(NSDecimalNumber) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 40 | #if GS_EXPOSE(NSDistantObject) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 41 | #if GS_EXPOSE(NSDistributedLock) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 74 | #if GS_EXPOSE(NSLock) #12 524.9 | ^~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 125 | #if GS_EXPOSE(NSCondition) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 175 | #if GS_EXPOSE(NSConditionLock) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 275 | #if GS_EXPOSE(NSRecursiveLock) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 524.9 from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 71 | #if GS_EXPOSE(NSNotificationCenter) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 134 | #if GS_EXPOSE(NSError) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 524.9 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 182 | #if GS_EXPOSE(NSURLHandle) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 73 | #if GS_EXPOSE(NSURL) #12 524.9 | ^~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 524.9 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 599 | #if GS_EXPOSE(NSURLQueryItem) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 633 | #if GS_EXPOSE(NSURLComponents) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 160 | #if GS_EXPOSE(NSPipe) #12 524.9 | ^~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 215 | #if GS_EXPOSE(NSFileManager) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 42 | #if GS_EXPOSE(NSHost) #12 524.9 | ^~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 68 | #if GS_EXPOSE(NSHTTPCookie) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 47 | #if GS_EXPOSE(NSIndexPath) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 49 | #if GS_EXPOSE(NSIndexSet) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 52 | #if GS_EXPOSE(NSMethodSignature) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 38 | #if GS_EXPOSE(NSInvocation) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 103 | #if GS_EXPOSE(NSLocale) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 524.9 from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 524.9 | ^ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 40 | #if GS_EXPOSE(NSMetadataItem) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 66 | #if GS_EXPOSE(NSMetadataQuery) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 112 | #if GS_EXPOSE(NSNotificationQueue) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 524.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 524.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 524.9 from nsgui.h:34, #12 524.9 from dispextern.h:137, #12 524.9 from nsterm.h:22, #12 524.9 from nsselect.m:31: #12 524.9 /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 524.9 | ^ #12 524.9 /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 524.9 361 | #if GS_EXPOSE(NSNetService) #12 524.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 123 | #if GS_EXPOSE(NSNumberFormatter) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 53 | #if GS_EXPOSE(NSPortCoder) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 525.0 from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 77 | #if GS_EXPOSE(NSPort) #12 525.0 | ^~~~~~~~~~~~~~~~~~~ #12 525.0 /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 202 | #if GS_EXPOSE(NSSocketPort) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 284 | #if GS_EXPOSE(NSMessagePort) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 47 | #if GS_EXPOSE(NSPortMessage) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 53 | #if GS_EXPOSE(NSProgress) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 40 | #if GS_EXPOSE(NSProtocolChecker) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 91 | #if GS_EXPOSE(NSRegularExpression) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 42 | #if GS_EXPOSE(NSScanner) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~ #12 525.0 /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 48 | #if GS_EXPOSE(NSSortDescriptor) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 58 | #if GS_EXPOSE(NSSpellServer) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 525.0 from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 51 | #if GS_EXPOSE(NSTask) #12 525.0 | ^~~~~~~~~~~~~~~~~~~ #12 525.0 /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 525.0 from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 59 | #if GS_EXPOSE(NSThread) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~ #12 525.0 /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 525.0 from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 87 | #if GS_EXPOSE(NSUndoManager) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 105 | #if GS_EXPOSE(NSURLCache) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 48 | #if GS_EXPOSE(NSURLConnection) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 56 | #if GS_EXPOSE(NSURLCredential) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 49 | #if GS_EXPOSE(NSURLDownload) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 121 | #if GS_EXPOSE(NSURLProtocol) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 92 | #if GS_EXPOSE(NSURLRequest) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 49 | #if GS_EXPOSE(NSURLResponse) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 217 | #if GS_EXPOSE(NSUserDefaults) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 525.0 from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 525.0 from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 72 | #if GS_EXPOSE(NSXMLParser) #12 525.0 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 525.0 /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 525.0 from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 525.0 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 525.0 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 525.0 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 525.0 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 525.0 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.0 | ^ #12 525.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 525.0 from nsgui.h:34, #12 525.0 from dispextern.h:137, #12 525.0 from nsterm.h:22, #12 525.0 from nsselect.m:31: #12 525.0 /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.0 | ^ #12 525.0 /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.0 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.0 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 525.1 from /usr/include/GNUstep/AppKit/NSView.h:38, #12 525.1 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 525.1 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 525.1 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 525.1 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 525.1 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 525.1 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 525.1 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 525.1 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 525.1 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 525.1 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 525.1 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 525.1 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 525.1 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 525.1 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 525.1 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 525.1 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 525.1 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 525.1 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 525.1 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 525.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 525.1 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 525.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 525.1 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 525.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 525.1 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 525.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 525.1 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 525.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 525.1 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 525.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 525.1 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 525.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 525.1 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 525.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 525.1 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 525.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 525.1 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 525.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 525.1 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 525.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 525.1 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 525.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 525.1 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 525.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 525.1 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 525.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 525.1 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 525.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 525.1 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 525.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 525.1 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 525.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 525.1 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 525.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 525.1 from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 525.1 from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 525.1 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 525.1 | ^ #12 525.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 525.1 from nsgui.h:34, #12 525.1 from dispextern.h:137, #12 525.1 from nsterm.h:22, #12 525.1 from nsselect.m:31: #12 525.1 /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.1 | ^ #12 525.1 /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.1 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.1 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 525.2 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 525.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 525.2 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 525.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 525.2 from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 525.2 from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 525.2 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 525.2 | ^~~~~~~~~~~~~~~~~~~~ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 525.2 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 525.2 | ^~~~~~~~~~~~~~~~~~~~ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 525.2 from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 525.2 from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 525.2 from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 525.2 from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 525.2 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 525.2 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 525.2 from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 525.2 from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 525.2 from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 525.2 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 525.2 from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 525.2 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 525.2 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 525.2 from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 525.2 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 525.2 from nsgui.h:34, #12 525.2 from dispextern.h:137, #12 525.2 from nsterm.h:22, #12 525.2 from nsselect.m:31: #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.2 | ^ #12 525.2 /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.2 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.2 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 525.3 from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 525.3 from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 525.3 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 525.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.3 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 525.3 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 525.3 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 525.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 525.3 | ^ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 525.3 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 525.3 | ^ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 125 | __attribute__((unused)); #12 525.3 | ^~~~~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 129 | __attribute__((unused)); #12 525.3 | ^~~~~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 133 | __attribute__((unused)); #12 525.3 | ^~~~~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 214 | __attribute__((unused)); #12 525.3 | ^~~~~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 247 | __attribute__((unused)); #12 525.3 | ^~~~~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 251 | __attribute__((unused)); #12 525.3 | ^~~~~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 259 | __attribute__((unused)); #12 525.3 | ^~~~~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 263 | __attribute__((unused)); #12 525.3 | ^~~~~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 267 | __attribute__((unused)); #12 525.3 | ^~~~~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 271 | __attribute__((unused)); #12 525.3 | ^~~~~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 275 | __attribute__((unused)); #12 525.3 | ^~~~~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 287 | __attribute__((unused)); #12 525.3 | ^~~~~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 311 | __attribute__((unused)); #12 525.3 | ^~~~~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 323 | __attribute__((unused)); #12 525.3 | ^~~~~~~~~~~~~ #12 525.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 525.3 from nsgui.h:34, #12 525.3 from dispextern.h:137, #12 525.3 from nsterm.h:22, #12 525.3 from nsselect.m:31: #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 493 | PSgsave() #12 525.3 | ^~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 499 | PSgrestore() #12 525.3 | ^~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 505 | PSinitgraphics() #12 525.3 | ^~~~~~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 622 | PSinitmatrix() #12 525.3 | ^~~~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 669 | PSclip() #12 525.3 | ^~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 675 | PSclosepath() #12 525.3 | ^~~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 687 | PSeoclip() #12 525.3 | ^~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 693 | PSeofill() #12 525.3 | ^~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 699 | PSfill() #12 525.3 | ^~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 705 | PSflattenpath() #12 525.3 | ^~~~~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 711 | PSinitclip() #12 525.3 | ^~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 729 | PSnewpath() #12 525.3 | ^~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 765 | PSreversepath() #12 525.3 | ^~~~~~~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 783 | PSstroke() #12 525.3 | ^~~~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 525.3 835 | PSWait() #12 525.3 | ^~~~~~ #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 525.3 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 526.5 CC nsimage.o #12 526.5 cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 526.5 cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 526.8 In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 526.8 from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 526.8 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 526.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 526.8 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 526.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 526.8 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 526.8 | ^~~~~~~~~~~~~~~~~~~~ #12 526.8 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 526.8 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 526.8 | ^~~~~~~~~~~~~~~~~~~~ #12 526.8 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 526.8 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 526.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 526.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 526.8 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 526.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 526.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 526.8 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 526.8 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 526.8 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 526.8 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 88 | #if GS_API_VERSION(0,011500) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 526.8 from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 526.8 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 526.8 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 526.8 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 526.8 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 526.8 | ^~~~~~~~~~ #12 526.8 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 526.8 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 526.8 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 526.8 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 526.8 | ^~~~~~~~~~ #12 526.8 In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 526.8 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 526.8 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 526.8 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 526.8 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 526.8 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 526.8 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 526.8 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 526.8 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 526.8 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 526.8 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 526.8 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 526.8 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 46 | #if GS_EXPOSE(NSAffineTransform) #12 526.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 526.8 from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 526.8 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 526.8 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 45 | #if GS_EXPOSE(NSArchiver) #12 526.8 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 526.8 /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 164 | #if GS_EXPOSE(NSUnarchiver) #12 526.8 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.8 /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 526.8 | ^ #12 526.8 In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 526.8 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.8 from nsgui.h:34, #12 526.8 from dispextern.h:137, #12 526.8 from nsimage.m:33: #12 526.8 /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 526.8 | ^ #12 526.8 /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.8 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.8 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 114 | #if GS_EXPOSE(NSBundle) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 43 | #if GS_EXPOSE(NSCache) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 37 | #if GS_EXPOSE(NSCalendarDate) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 113 | #if GS_EXPOSE(NSException) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 526.9 303 | NSGetUncaughtExceptionHandler(); #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 53 | #if GS_EXPOSE(NSExpression) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 47 | #if GS_EXPOSE(NSTimer) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 526.9 from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 526.9 from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 46 | #if GS_EXPOSE(NSRunLoop) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 127 | #if GS_EXPOSE(NSDateFormatter) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 526.9 from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 192 | #if GS_EXPOSE(NSDecimalNumber) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 40 | #if GS_EXPOSE(NSDistantObject) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 41 | #if GS_EXPOSE(NSDistributedLock) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 74 | #if GS_EXPOSE(NSLock) #12 526.9 | ^~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 125 | #if GS_EXPOSE(NSCondition) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 175 | #if GS_EXPOSE(NSConditionLock) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 275 | #if GS_EXPOSE(NSRecursiveLock) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 526.9 from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 71 | #if GS_EXPOSE(NSNotificationCenter) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 134 | #if GS_EXPOSE(NSError) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 526.9 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 182 | #if GS_EXPOSE(NSURLHandle) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 73 | #if GS_EXPOSE(NSURL) #12 526.9 | ^~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 526.9 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 599 | #if GS_EXPOSE(NSURLQueryItem) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 633 | #if GS_EXPOSE(NSURLComponents) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 160 | #if GS_EXPOSE(NSPipe) #12 526.9 | ^~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 215 | #if GS_EXPOSE(NSFileManager) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 42 | #if GS_EXPOSE(NSHost) #12 526.9 | ^~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 68 | #if GS_EXPOSE(NSHTTPCookie) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 47 | #if GS_EXPOSE(NSIndexPath) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 49 | #if GS_EXPOSE(NSIndexSet) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 52 | #if GS_EXPOSE(NSMethodSignature) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 38 | #if GS_EXPOSE(NSInvocation) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:98, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSItemProvider.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:99, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSItemProviderReadingWriting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSPropertyList.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSPropertyList.h:68:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:41, #12 526.9 from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSPropertyList.h:268:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 268 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:101, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 55 | #if GS_EXPOSE(NSKeyedArchiver) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 /usr/include/GNUstep/Foundation/NSKeyedArchiver.h:230:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 230 | #if GS_EXPOSE(NSKeyedUnarchiver) #12 526.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:102, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSKeyValueCoding.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:103, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:45:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:183:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 526.9 | ^ #12 526.9 /usr/include/GNUstep/Foundation/NSKeyValueObserving.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:104, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSLengthFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 526.9 | ^ #12 526.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:105, #12 526.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 526.9 from nsgui.h:34, #12 526.9 from dispextern.h:137, #12 526.9 from nsimage.m:33: #12 526.9 /usr/include/GNUstep/Foundation/NSLinguisticTagger.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 526.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 526.9 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:107, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSLocale.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSLocale.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSLocale.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSLocale.h:103:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 103 | #if GS_EXPOSE(NSLocale) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSLocale.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSLocale.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSLocale.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSLocale.h:190:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 190 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSLocale.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 196 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSLocale.h:207:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSLocale.h:236:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:109, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSMeasurement.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:110, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 527.0 from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 40 | #if GS_EXPOSE(NSMetadataItem) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 66 | #if GS_EXPOSE(NSMetadataQuery) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 112 | #if GS_EXPOSE(NSNotificationQueue) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 361 | #if GS_EXPOSE(NSNetService) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 123 | #if GS_EXPOSE(NSNumberFormatter) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 53 | #if GS_EXPOSE(NSPortCoder) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 527.0 from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 77 | #if GS_EXPOSE(NSPort) #12 527.0 | ^~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 202 | #if GS_EXPOSE(NSSocketPort) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 284 | #if GS_EXPOSE(NSMessagePort) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 47 | #if GS_EXPOSE(NSPortMessage) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 53 | #if GS_EXPOSE(NSProgress) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 40 | #if GS_EXPOSE(NSProtocolChecker) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 91 | #if GS_EXPOSE(NSRegularExpression) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 42 | #if GS_EXPOSE(NSScanner) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 48 | #if GS_EXPOSE(NSSortDescriptor) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 58 | #if GS_EXPOSE(NSSpellServer) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 527.0 from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 51 | #if GS_EXPOSE(NSTask) #12 527.0 | ^~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 527.0 from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 59 | #if GS_EXPOSE(NSThread) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 527.0 from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 87 | #if GS_EXPOSE(NSUndoManager) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 105 | #if GS_EXPOSE(NSURLCache) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 48 | #if GS_EXPOSE(NSURLConnection) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 56 | #if GS_EXPOSE(NSURLCredential) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 49 | #if GS_EXPOSE(NSURLDownload) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 121 | #if GS_EXPOSE(NSURLProtocol) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 92 | #if GS_EXPOSE(NSURLRequest) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 49 | #if GS_EXPOSE(NSURLResponse) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 217 | #if GS_EXPOSE(NSUserDefaults) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 527.0 from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 527.0 from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 72 | #if GS_EXPOSE(NSXMLParser) #12 527.0 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 527.0 /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 527.0 from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 527.0 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 527.0 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 527.0 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 527.0 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 527.0 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.0 | ^ #12 527.0 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.0 | ^ #12 527.0 In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 527.0 from nsgui.h:34, #12 527.0 from dispextern.h:137, #12 527.0 from nsimage.m:33: #12 527.0 /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.0 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.0 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 527.1 from /usr/include/GNUstep/AppKit/NSView.h:38, #12 527.1 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 527.1 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 527.1 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 527.1 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 527.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 527.1 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 527.1 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 527.1 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 527.1 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 527.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 527.1 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 527.1 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 527.1 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 527.1 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 527.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 527.1 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 527.1 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 527.1 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 527.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 527.1 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 527.1 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 527.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 527.1 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 527.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 527.1 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 527.1 from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 527.1 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 527.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 527.1 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 527.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 527.1 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 527.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 527.1 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 527.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 527.1 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 527.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 527.1 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 527.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 527.1 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 527.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 527.1 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 527.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 527.1 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 527.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 527.1 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 527.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 527.1 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 527.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 527.1 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 527.1 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 527.1 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 527.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 527.1 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 527.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 527.1 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 527.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 527.1 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 527.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 527.1 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 527.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 527.1 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 527.1 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 527.1 from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 527.1 from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 527.1 from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 527.1 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 527.1 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 527.1 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 527.1 from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 527.1 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 527.1 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 527.1 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.1 | ^ #12 527.1 In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 527.1 from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 527.1 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 527.1 from nsgui.h:34, #12 527.1 from dispextern.h:137, #12 527.1 from nsimage.m:33: #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.1 | ^ #12 527.1 /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.1 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.1 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 527.2 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 527.2 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 527.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 527.2 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 527.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 527.2 from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 527.2 from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 527.2 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 527.2 | ^~~~~~~~~~~~~~~~~~~~ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 527.2 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 527.2 | ^~~~~~~~~~~~~~~~~~~~ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 527.2 from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 527.2 from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 527.2 from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.2 | ^ #12 527.2 /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 527.2 | ^ #12 527.2 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 527.2 from nsgui.h:34, #12 527.2 from dispextern.h:137, #12 527.2 from nsimage.m:33: #12 527.2 /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.2 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.2 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 527.3 from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 527.3 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 527.3 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 527.3 from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 527.3 from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 527.3 from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 527.3 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 527.3 from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 527.3 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 527.3 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 527.3 from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 527.3 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 527.3 from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 527.3 from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 527.3 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 527.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.3 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 527.3 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 527.3 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 527.3 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.3 | ^ #12 527.3 In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 527.3 from nsgui.h:34, #12 527.3 from dispextern.h:137, #12 527.3 from nsimage.m:33: #12 527.3 /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.3 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.3 | ^ #12 527.4 /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.4 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.4 | ^ #12 527.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 527.4 from nsgui.h:34, #12 527.4 from dispextern.h:137, #12 527.4 from nsimage.m:33: #12 527.4 /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.4 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 527.4 | ^ #12 527.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 527.4 from nsgui.h:34, #12 527.4 from dispextern.h:137, #12 527.4 from nsimage.m:33: #12 527.4 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.4 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 527.4 | ^ #12 527.4 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.4 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 527.4 | ^ #12 527.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 527.4 from nsgui.h:34, #12 527.4 from dispextern.h:137, #12 527.4 from nsimage.m:33: #12 527.4 /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.4 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 527.4 | ^ #12 527.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 527.4 from nsgui.h:34, #12 527.4 from dispextern.h:137, #12 527.4 from nsimage.m:33: #12 527.4 /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.4 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 527.4 | ^ #12 527.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 527.4 from nsgui.h:34, #12 527.4 from dispextern.h:137, #12 527.4 from nsimage.m:33: #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 527.4 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 527.4 | ^ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 125 | __attribute__((unused)); #12 527.4 | ^~~~~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 129 | __attribute__((unused)); #12 527.4 | ^~~~~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 133 | __attribute__((unused)); #12 527.4 | ^~~~~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 214 | __attribute__((unused)); #12 527.4 | ^~~~~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 247 | __attribute__((unused)); #12 527.4 | ^~~~~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 251 | __attribute__((unused)); #12 527.4 | ^~~~~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 259 | __attribute__((unused)); #12 527.4 | ^~~~~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 263 | __attribute__((unused)); #12 527.4 | ^~~~~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 267 | __attribute__((unused)); #12 527.4 | ^~~~~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 271 | __attribute__((unused)); #12 527.4 | ^~~~~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 275 | __attribute__((unused)); #12 527.4 | ^~~~~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 287 | __attribute__((unused)); #12 527.4 | ^~~~~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 311 | __attribute__((unused)); #12 527.4 | ^~~~~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 323 | __attribute__((unused)); #12 527.4 | ^~~~~~~~~~~~~ #12 527.4 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 527.4 from nsgui.h:34, #12 527.4 from dispextern.h:137, #12 527.4 from nsimage.m:33: #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 493 | PSgsave() #12 527.4 | ^~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 499 | PSgrestore() #12 527.4 | ^~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 505 | PSinitgraphics() #12 527.4 | ^~~~~~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 622 | PSinitmatrix() #12 527.4 | ^~~~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 669 | PSclip() #12 527.4 | ^~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 675 | PSclosepath() #12 527.4 | ^~~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 687 | PSeoclip() #12 527.4 | ^~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 693 | PSeofill() #12 527.4 | ^~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 699 | PSfill() #12 527.4 | ^~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 705 | PSflattenpath() #12 527.4 | ^~~~~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 711 | PSinitclip() #12 527.4 | ^~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 729 | PSnewpath() #12 527.4 | ^~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 765 | PSreversepath() #12 527.4 | ^~~~~~~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 783 | PSstroke() #12 527.4 | ^~~~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 527.4 835 | PSWait() #12 527.4 | ^~~~~~ #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 527.4 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 528.2 CC nsfont.o #12 528.2 cc1obj: warning: /root/GNUstep/Library/Headers: No such file or directory [-Wmissing-include-dirs] #12 528.2 cc1obj: warning: /usr/local/include/GNUstep: No such file or directory [-Wmissing-include-dirs] #12 528.6 In file included from /usr/include/GNUstep/Foundation/NSObjCRuntime.h:222, #12 528.6 from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 528.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 528.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/GNUstepBase/GSObjCRuntime.h:471:37: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 471 | #if GS_API_VERSION(GS_API_ANY,011500) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:30, #12 528.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 528.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:224:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 224 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:230:16: warning: redundant redeclaration of 'NSSelectorFromString' [-Wredundant-decls] #12 528.6 230 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 528.6 | ^~~~~~~~~~~~~~~~~~~~ #12 528.6 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:228:16: note: previous declaration of 'NSSelectorFromString' was here #12 528.6 228 | GS_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); #12 528.6 | ^~~~~~~~~~~~~~~~~~~~ #12 528.6 /usr/include/GNUstep/Foundation/NSObjCRuntime.h:236:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 236 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:32, #12 528.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 528.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/Foundation/NSZone.h:181:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 181 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSZone.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, OS_API_LATEST) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 528.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/Foundation/NSObject.h:301:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 301 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSObject.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSObject.h:387:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 387 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSObject.h:412:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 412 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSObject.h:488:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 488 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSObject.h:501:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 501 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:509, #12 528.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 528.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/Foundation/NSDate.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSDate.h:132:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 132 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSDate.h:180:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSDate.h:231:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 231 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 528.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/Foundation/NSObject.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/NSObject.h:591, #12 528.6 from /usr/include/GNUstep/Foundation/FoundationErrors.h:29, #12 528.6 from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/GNUstepBase/NSObject+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:33, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/Foundation/FoundationErrors.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/FoundationErrors.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 528.6 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 528.6 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:47:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:65:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 65 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:82:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 82 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:88:28: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 88 | #if GS_API_VERSION(0,011500) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:153:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 153 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:199:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 199 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:222:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 222 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:231:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:236:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:251:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 251 | #if GS_API_VERSION(GS_API_NONE,011700) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/NSProcessInfo.h:317, #12 528.6 from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 528.6 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 528.6 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/GNUstepBase/NSProcessInfo+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 528.6 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:43:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 43 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:45:16: warning: redundant redeclaration of 'GSDebugSet' [-Wredundant-decls] #12 528.6 45 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 528.6 | ^~~~~~~~~~ #12 528.6 In file included from /usr/include/GNUstep/GNUstepBase/NSDebug+GNUstepBase.h:36, #12 528.6 from /usr/include/GNUstep/Foundation/NSDebug.h:39, #12 528.6 from /usr/include/GNUstep/Foundation/Foundation.h:37, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/Foundation/NSProcessInfo.h:308:16: note: previous declaration of 'GSDebugSet' was here #12 528.6 308 | GS_EXPORT BOOL GSDebugSet(NSString *level); #12 528.6 | ^~~~~~~~~~ #12 528.6 In file included from /usr/include/GNUstep/Foundation/NSString.h:90, #12 528.6 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 528.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 528.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/Foundation/NSRange.h:90:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 90 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 528.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 528.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:101:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:130:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:216:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:230:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 230 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:287:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:287:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 287 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:299:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:299:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:308:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 308 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:342:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:407:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 407 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:453:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 453 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:455:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:455:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 455 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:722:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 722 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:805:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 805 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:810:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 810 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:820:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 820 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:843:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 843 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSString.h:852:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 852 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/NSString.h:973, #12 528.6 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 528.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 528.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/GNUstepBase/NSString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/NSString.h:974, #12 528.6 from /usr/include/GNUstep/Foundation/NSGeometry.h:31, #12 528.6 from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 528.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/GNUstepBase/NSMutableString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/NSAffineTransform.h:33, #12 528.6 from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/Foundation/NSGeometry.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSGeometry.h:86:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 86 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSGeometry.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSGeometry.h:142:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 142 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSGeometry.h:158:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 158 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSGeometry.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSGeometry.h:245:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 245 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSGeometry.h:541:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 541 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:40, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/Foundation/NSAffineTransform.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 46 | #if GS_EXPOSE(NSAffineTransform) #12 528.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:41, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/Foundation/NSAppleEventDescriptor.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:42, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/Foundation/NSAppleEventManager.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:43, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/Foundation/NSAppleScript.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/NSCoder.h:31, #12 528.6 from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 528.6 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/Foundation/NSSet.h:55:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 55 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSSet.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSSet.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSSet.h:124:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSSet.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSSet.h:159:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 159 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/NSArchiver.h:33, #12 528.6 from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/Foundation/NSCoder.h:228:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 228 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSCoder.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSCoder.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 528.6 | ^ #12 528.6 In file included from /usr/include/GNUstep/Foundation/Foundation.h:44, #12 528.6 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.6 from nsgui.h:34, #12 528.6 from dispextern.h:137, #12 528.6 from nsfont.m:28: #12 528.6 /usr/include/GNUstep/Foundation/NSArchiver.h:41:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 41 | #if OS_API_VERSION(GS_API_OSSPEC,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSArchiver.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 45 | #if GS_EXPOSE(NSArchiver) #12 528.6 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 528.6 /usr/include/GNUstep/Foundation/NSArchiver.h:99:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 99 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSArchiver.h:106:38: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 106 | #if GS_API_VERSION(GS_API_NONE,011700) #12 528.6 | ^ #12 528.6 /usr/include/GNUstep/Foundation/NSArchiver.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.6 164 | #if GS_EXPOSE(NSUnarchiver) #12 528.6 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSArchiver.h:219:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 219 | #if OS_API_VERSION(GS_API_MACOSX,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSArchiver.h:225:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSArchiver.h:225:78: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 225 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION(1,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSArray.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSArray.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSArray.h:94:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 94 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSArray.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSArray.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSArray.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSArray.h:133:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 133 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSArray.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSArray.h:167:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 167 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSArray.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSArray.h:314:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 314 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSArray.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSArray.h:358:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 358 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSArray.h:392:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 392 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSArray.h:404:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 404 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSArray.h:419, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:45, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/GNUstepBase/NSArray+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSAttributedString.h:58:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 58 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:60, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSDictionary.h:45:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 45 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSDictionary.h:69:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 69 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSDictionary.h:82:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 82 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSDictionary.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSDictionary.h:119:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 119 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSDictionary.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSDictionary.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSAttributedString.h:143, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:46, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/GNUstepBase/NSAttributedString+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:47, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:184:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 184 | #if GS_EXPOSE(NSAutoreleasePool) && !__has_feature(objc_arc) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSAutoreleasePool.h:254:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 254 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:48, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSBackgroundActivityScheduler.h:32:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSBundle.h:49:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSBundle.h:114:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 114 | #if GS_EXPOSE(NSBundle) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSBundle.h:191:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSBundle.h:214:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSBundle.h:243:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSBundle.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSBundle.h:324:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 324 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSBundle.h:352:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 352 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSBundle.h:360:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 360 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSBundle.h:368:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSBundle.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSBundle.h:401:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 401 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSBundle.h:432:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 432 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSBundle.h:464:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 464 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSBundle.h:473:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSBundle.h:479:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 479 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSBundle.h:486:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSBundle.h:496:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 496 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSBundle.h:693, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:49, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/GNUstepBase/NSBundle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:51, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSCache.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCache.h:43:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 43 | #if GS_EXPOSE(NSCache) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:52, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSCalendar.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCalendar.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCalendar.h:61:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCalendar.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCalendar.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCalendar.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCalendar.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCalendar.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCalendar.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCalendar.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCalendar.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCalendar.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSCalendarDate.h:37:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 37 | #if GS_EXPOSE(NSCalendarDate) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSCalendarDate.h:117:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 117 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCalendarDate.h:120:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 120 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCalendarDate.h:126:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 126 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCalendarDate.h:143:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 143 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSCalendarDate.h:164, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:53, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/GNUstepBase/NSCalendarDate+GNUstepBase.h:38:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 38 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:54, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSCharacterSet.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCharacterSet.h:95:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 95 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCharacterSet.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCharacterSet.h:187:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 187 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCharacterSet.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCharacterSet.h:225:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 225 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSClassDescription.h:30, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSException.h:113:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 113 | #if GS_EXPOSE(NSException) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSException.h:151:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSException.h:151:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11501,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSException.h:159:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSException.h:159:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11903,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSException.h:251:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 251 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSException.h:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 528.7 303 | NSGetUncaughtExceptionHandler(); #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:55, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSClassDescription.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:31, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSExpression.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSExpression.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 53 | #if GS_EXPOSE(NSExpression) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:32, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSPredicate.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSPredicate.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSPredicate.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:57, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:65:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSComparisonPredicate.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 74 | #if GS_EXPOSE(NSComparisonPredicate) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:58, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:29:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSCompoundPredicate.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 47 | #if GS_EXPOSE(NSCompoundPredicate) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:33, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSTimer.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 47 | #if GS_EXPOSE(NSTimer) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSTimer.h:100:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 100 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSTimer.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSTimer.h:115:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSMapTable.h:39, #12 528.7 from /usr/include/GNUstep/Foundation/NSRunLoop.h:29, #12 528.7 from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSPointerFunctions.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSConnection.h:34, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSRunLoop.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 46 | #if GS_EXPOSE(NSRunLoop) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSRunLoop.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:59, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSConnection.h:122:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSData.h:31, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSSerialization.h:95:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 95 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSSerialization.h:171:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 171 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSData.h:38:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 38 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSData.h:43:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSData.h:58:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSData.h:72:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSData.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSData.h:92:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 92 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSData.h:96:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSData.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSData.h:123:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 123 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSData.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSData.h:163:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 163 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSData.h:189:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSData.h:213:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 213 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSData.h:324:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 324 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSData.h:349:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 349 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSData.h:379, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:60, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/GNUstepBase/NSData+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:28, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSFormatter.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:61, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSDateComponentsFormatter.h:31:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 31 | #if OS_API_VERSION(MAC_OS_X_10_10, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:62, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 127 | #if GS_EXPOSE(NSDateFormatter) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:231:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 231 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSDateFormatter.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:63, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSDateInterval.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:64, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSDateIntervalFormatter.h:35:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:32, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSDecimal.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSValue.h:99:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 99 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSValue.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSValue.h:350:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 350 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSValue.h:367, #12 528.7 from /usr/include/GNUstep/Foundation/NSDecimalNumber.h:33, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/GNUstepBase/NSNumber+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:66, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:124:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 124 | #if GS_EXPOSE(NSDecimalNumberHandler) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSDecimalNumber.h:192:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 192 | #if GS_EXPOSE(NSDecimalNumber) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:68, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSDistantObject.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 40 | #if GS_EXPOSE(NSDistantObject) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:69, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSDistributedLock.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 41 | #if GS_EXPOSE(NSDistributedLock) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSLock.h:74:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 74 | #if GS_EXPOSE(NSLock) #12 528.7 | ^~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSLock.h:108:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSLock.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 125 | #if GS_EXPOSE(NSCondition) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSLock.h:175:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 175 | #if GS_EXPOSE(NSConditionLock) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSLock.h:253:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 253 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSLock.h:275:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 275 | #if GS_EXPOSE(NSRecursiveLock) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSLock.h:310:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 310 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSLock.h:362, #12 528.7 from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:32, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/GNUstepBase/NSLock+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:33, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSNotification.h:65:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 65 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSNotification.h:71:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 71 | #if GS_EXPOSE(NSNotificationCenter) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSNotification.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:70, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:66:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 66 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSDistributedNotificationCenter.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 83 | #if GS_EXPOSE(NSDistributedNotificationCenter) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:71, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSEnergyFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:73, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSError.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSError.h:55:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 55 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSError.h:91:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSError.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSError.h:134:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 134 | #if GS_EXPOSE(NSError) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSError.h:186:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 186 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:76, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSExtensionContext.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:77, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSExtensionItem.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:78, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSExtensionRequestHandling.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSURL.h:29, #12 528.7 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:74:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 74 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:182:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 182 | #if GS_EXPOSE(NSURLHandle) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSURLHandle.h:215:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 215 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 73 | #if GS_EXPOSE(NSURL) #12 528.7 | ^~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:96:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 96 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:107:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:133:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:202:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 202 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:228:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 228 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:291:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:377:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 377 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:414:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 414 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:467:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 467 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:510:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 510 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:546:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 546 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:556:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 556 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:565:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 565 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:571:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 571 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:583:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 583 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSURL.h:592, #12 528.7 from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/GNUstepBase/NSURL+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSFileCoordinator.h:30, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:595:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 595 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:599:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 599 | #if GS_EXPOSE(NSURLQueryItem) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:629:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 629 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:633:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 633 | #if GS_EXPOSE(NSURLComponents) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:679:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 679 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSURL.h:699:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 699 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:79, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSFileCoordinator.h:32:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSFileHandle.h:160:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 160 | #if GS_EXPOSE(NSPipe) #12 528.7 | ^~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSFileHandle.h:182:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 182 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSFileHandle.h:437, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:80, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/GNUstepBase/NSFileHandle+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSFileManager.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSFileManager.h:178, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:40:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 40 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:108:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 108 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSPathUtilities.h:143:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 143 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:81, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSFileManager.h:215:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 215 | #if GS_EXPOSE(NSFileManager) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSFileManager.h:237:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 237 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSFileManager.h:246:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSFileManager.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 332 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSFileManager.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSFileManager.h:562:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 562 | #if GS_EXPOSE(NSDirectoryEnumerator) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSFileManager.h:712:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 712 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:82, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSFilePresenter.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:83, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSFileVersion.h:33:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:84, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSFileWrapper.h:50:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSFileWrapper.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:86, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSGarbageCollector.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:89, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSHFSFileTypes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:90, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSHost.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 42 | #if GS_EXPOSE(NSHost) #12 528.7 | ^~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSHost.h:102:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 102 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSHost.h:134:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 134 | #if GS_API_VERSION(GS_API_NONE,011700) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:91, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:68:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 68 | #if GS_EXPOSE(NSHTTPCookie) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSHTTPCookie.h:223:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 223 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:92, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSHTTPCookieStorage.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 73 | #if GS_EXPOSE(NSHTTPCookieStorage) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:93, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSIndexPath.h:38:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSIndexPath.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 47 | #if GS_EXPOSE(NSIndexPath) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:94, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSIndexSet.h:33:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 33 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSIndexSet.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 49 | #if GS_EXPOSE(NSIndexSet) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSIndexSet.h:93:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSIndexSet.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSInvocation.h:30, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSMethodSignature.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 52 | #if GS_EXPOSE(NSMethodSignature) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:95, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSInvocation.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 38 | #if GS_EXPOSE(NSInvocation) #12 528.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 528.7 /usr/include/GNUstep/Foundation/NSInvocation.h:89:43: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSInvocation.h:89:83: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 89 | #if OS_API_VERSION(GS_API_NONE,GS_API_NONE) && GS_API_VERSION( 11101,GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSInvocation.h:107:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 107 | #if GS_API_VERSION(GS_API_NONE, 011700) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/NSInvocationOperation.h:29, #12 528.7 from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSOperation.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSOperation.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSOperation.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSOperation.h:151:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 151 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSOperation.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSOperation.h:188:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 188 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSOperation.h:236:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 236 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSOperation.h:252:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 252 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSOperation.h:278:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 278 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 /usr/include/GNUstep/Foundation/NSOperation.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:96, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSInvocationOperation.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 528.7 | ^ #12 528.7 In file included from /usr/include/GNUstep/Foundation/Foundation.h:97, #12 528.7 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 528.7 from nsgui.h:34, #12 528.7 from dispextern.h:137, #12 528.7 from nsfont.m:28: #12 528.7 /usr/include/GNUstep/Foundation/NSISO8601DateFormatter.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 528.7 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 528.7 | #12 528.7 [output clipped, log limit 2MiB reached] #12 529.2 make[3]: Leaving directory '/checkout/src' #12 529.2 make[2]: Leaving directory '/checkout' #12 529.2 make[1]: Leaving directory '/checkout' #12 529.2 make[1]: Entering directory '/checkout' #12 529.4 make[1]: Leaving directory '/checkout' #12 529.9 /GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSMeasurementFormatter.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/NSMetadata.h:33, #12 529.9 from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSMetadataAttributes.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:111, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSMetadata.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 40 | #if GS_EXPOSE(NSMetadataItem) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSMetadata.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 66 | #if GS_EXPOSE(NSMetadataQuery) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSMetadata.h:125:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSMetadata.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 140 | #if GS_EXPOSE(NSMetadataQueryAttributeValueTuple) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSMetadata.h:155:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 155 | #if GS_EXPOSE(NSMetadataQueryResultGroup) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:115, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSNotificationQueue.h:112:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 112 | #if GS_EXPOSE(NSNotificationQueue) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:116, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSNetServices.h:97:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 97 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSNetServices.h:117:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSNetServices.h:208:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSNetServices.h:246:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 246 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSNetServices.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 361 | #if GS_EXPOSE(NSNetService) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSNetServices.h:384:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSNetServices.h:447:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 447 | #if GS_EXPOSE(NSNetServiceBrowser) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:117, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSNull.h:29:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:118, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:30:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 30 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:123:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 123 | #if GS_EXPOSE(NSNumberFormatter) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSNumberFormatter.h:513:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 513 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:119, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSObjectScripting.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:121, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSOrderedSet.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:122, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSOrthography.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:124, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSPersonNameComponents.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:125, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSPersonNameComponentsFormatter.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:126, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSPointerArray.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:128, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSPortCoder.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 53 | #if GS_EXPOSE(NSPortCoder) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/Foundation/NSPortMessage.h:30, #12 529.9 from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSPort.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 77 | #if GS_EXPOSE(NSPort) #12 529.9 | ^~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSPort.h:135:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 135 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSPort.h:185:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 185 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSPort.h:202:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 202 | #if GS_EXPOSE(NSSocketPort) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSPort.h:284:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 284 | #if GS_EXPOSE(NSMessagePort) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:129, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSPortMessage.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 47 | #if GS_EXPOSE(NSPortMessage) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:130, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSPortNameServer.h:39:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 39 | #if OS_API_VERSION(GS_API_MACOSX,HS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSPortNameServer.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 59 | #if GS_EXPOSE(NSSocketPortNameServer) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:133, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSProgress.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSProgress.h:53:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 53 | #if GS_EXPOSE(NSProgress) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:134, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSProtocolChecker.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 40 | #if GS_EXPOSE(NSProtocolChecker) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:137, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSRegularExpression.h:27:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 27 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSRegularExpression.h:91:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 91 | #if GS_EXPOSE(NSRegularExpression) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:139, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSScanner.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 42 | #if GS_EXPOSE(NSScanner) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSScanner.h:107:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 107 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSScanner.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSScanner.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:140, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSScriptClassDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:141, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSScriptCoercionHandler.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:142, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSScriptCommand.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:143, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSScriptCommandDescription.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:144, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSScriptExecutionContext.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:145, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSScriptKeyValueCoding.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:146, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSScriptObjectSpecifiers.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:147, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSScriptStandardSuiteCommands.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:148, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSScriptSuiteRegistry.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:152, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 48 | #if GS_EXPOSE(NSSortDescriptor) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSSortDescriptor.h:172:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 172 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:153, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSSpellServer.h:50:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 50 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSSpellServer.h:58:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 58 | #if GS_EXPOSE(NSSpellServer) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSSpellServer.h:146:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSSpellServer.h:154:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSStream.h:28:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSStream.h:28:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSStream.h:286:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/NSStream.h:305, #12 529.9 from /usr/include/GNUstep/Foundation/Foundation.h:154, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/GNUstepBase/NSStream+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSTask.h:41:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSTask.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 51 | #if GS_EXPOSE(NSTask) #12 529.9 | ^~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSTask.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSTask.h:112:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSTask.h:122:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 122 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSTask.h:129:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 129 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/NSTask.h:147, #12 529.9 from /usr/include/GNUstep/Foundation/Foundation.h:156, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/GNUstepBase/NSTask+GNUstepBase.h:36:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 36 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:157, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:46:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 46 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSTextCheckingResult.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSThread.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 59 | #if GS_EXPOSE(NSThread) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSThread.h:134:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 134 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) \ #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSThread.h:135:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 135 | && GS_API_VERSION( 10200,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSThread.h:140:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) \ #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSThread.h:141:41: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 141 | && GS_API_VERSION( 11501,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSThread.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 232 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSThread.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 276 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSThread.h:332:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 332 | #if GS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSThread.h:341:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 341 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSThread.h:423:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 423 | #if GS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/NSThread.h:437, #12 529.9 from /usr/include/GNUstep/Foundation/Foundation.h:158, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/GNUstepBase/NSThread+GNUstepBase.h:37:45: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 37 | #if OS_API_VERSION(GS_API_NONE,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:160, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:38:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:67:46: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 67 | #if OS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:73:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 73 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:103:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 103 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSTimeZone.h:118:50: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 118 | #if OS_API_VERSION(GS_API_OPENSTEP, GS_API_MACOSX) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:161, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSUbiquitousKeyValueStore.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:162, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSUndoManager.h:28:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 28 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSUndoManager.h:87:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 87 | #if GS_EXPOSE(NSUndoManager) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:163, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSUnit.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:164, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSUserActivity.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:165, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLAuthenticationChallenge.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 82 | #if GS_EXPOSE(NSURLAuthenticationChallenge) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:166, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSURLCache.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLCache.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLCache.h:59:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 59 | #if GS_EXPOSE(NSCachedURLResponse) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSURLCache.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 105 | #if GS_EXPOSE(NSURLCache) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:167, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:48:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 48 | #if GS_EXPOSE(NSURLConnection) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLConnection.h:145:94: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) && GS_API_VERSION(11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:168, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLCredential.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLCredential.h:56:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 56 | #if GS_EXPOSE(NSURLCredential) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:169, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLCredentialStorage.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 52 | #if GS_EXPOSE(NSURLCredentialStorage) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:170, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLDownload.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLDownload.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 49 | #if GS_EXPOSE(NSURLDownload) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSURLDownload.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:171, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSURLError.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLError.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:174, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:56:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:61:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 72 | #if GS_EXPOSE(NSURLProtectionSpace) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLProtectionSpace.h:141:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:175, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLProtocol.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLProtocol.h:121:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 121 | #if GS_EXPOSE(NSURLProtocol) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:176, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLRequest.h:29:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) && GS_API_VERSION( 11300,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLRequest.h:92:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 92 | #if GS_EXPOSE(NSURLRequest) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSURLRequest.h:201:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLRequest.h:250:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:177, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSURLResponse.h:29:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 29 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLResponse.h:49:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 49 | #if GS_EXPOSE(NSURLResponse) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSURLResponse.h:70:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:178, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSURLSession.h:6:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 6 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSURLSession.h:28:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 28 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:179, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:141:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 141 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:217:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 217 | #if GS_EXPOSE(NSUserDefaults) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:250:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 250 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:261:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 261 | #if OS_API_VERSION(GSAPI_NONE, GSAPI_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:277:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 277 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:316:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 316 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:362:47: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 362 | #if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSUserDefaults.h:384:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 384 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:180, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSUserNotification.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:181, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSUUID.h:31:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:183, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSValueTransformer.h:30:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) && GS_API_VERSION( 10200,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/NSXMLNode.h:30, #12 529.9 from /usr/include/GNUstep/Foundation/NSXMLDocument.h:29, #12 529.9 from /usr/include/GNUstep/Foundation/Foundation.h:184, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:100:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSXMLNodeOptions.h:110:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:187, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSXMLElement.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:190, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSXMLParser.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/Foundation/NSXMLParser.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 72 | #if GS_EXPOSE(NSXMLParser) #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/Foundation/NSXMLParser.h:193:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/Foundation/Foundation.h:191, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:40, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/Foundation/NSXPCConnection.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:103:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 103 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSFont.h:39, #12 529.9 from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 529.9 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 529.9 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSColor.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSColor.h:204:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 204 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSColor.h:209:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 209 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSColor.h:219:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 219 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSColor.h:226:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 226 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSColor.h:259:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 259 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSColor.h:266:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 266 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSColor.h:282:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 282 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSColor.h:295:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 295 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/GNUstepGUI/GSMethodTable.h:30, #12 529.9 from /usr/include/GNUstep/AppKit/NSGraphicsContext.h:135, #12 529.9 from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSFont.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSFont.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSFont.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSFont.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSFont.h:168:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 168 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSFont.h:200:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 200 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSFont.h:205:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 205 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSFont.h:209:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 209 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSFont.h:243:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 243 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSFont.h:259:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 259 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSFont.h:291:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 291 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSGraphics.h:35, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:207:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 207 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:229:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 229 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:234:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 234 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSGraphicsContext.h:245:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 245 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:45, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSGraphics.h:57:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 57 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSGraphics.h:224:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 224 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSGraphics.h:233:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 233 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSGraphics.h:269:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 269 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSResponder.h:35, #12 529.9 from /usr/include/GNUstep/AppKit/NSView.h:38, #12 529.9 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 529.9 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 529.9 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 529.9 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSInterfaceStyle.h:36:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 36 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSView.h:38, #12 529.9 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 529.9 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 529.9 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 529.9 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSResponder.h:50:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 50 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSResponder.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSResponder.h:113:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 113 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSResponder.h:129:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 129 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSResponder.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSResponder.h:175:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 175 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSResponder.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSResponder.h:249:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 249 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSView.h:39, #12 529.9 from /usr/include/GNUstep/AppKit/NSText.h:61, #12 529.9 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 529.9 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 529.9 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSUserInterfaceLayout.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSText.h:61, #12 529.9 from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 529.9 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 529.9 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:203:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 203 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:211:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 211 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:218:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 218 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:286:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 286 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:319:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 319 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:323:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 323 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:337:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 337 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:345:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 345 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:363:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 363 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:380:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 380 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:401:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 401 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:423:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 423 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:471:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 471 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:524:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 524 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:542:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 542 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:554:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 554 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:575:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 575 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:609:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 609 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:615:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 615 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:620:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 620 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:633:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSView.h:651:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 651 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSParagraphStyle.h:37, #12 529.9 from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 529.9 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSText.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSCell.h:39, #12 529.9 from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:66:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 66 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:216:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 216 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSParagraphStyle.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSActionCell.h:34, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:49, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:150:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 150 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:169:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 169 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:239:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 239 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:242:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 242 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:304:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 304 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:339:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 339 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:349:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 349 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:355:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 355 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:386:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 386 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:400:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 400 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:425:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 425 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:477:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 477 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:505:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 505 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:522:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 522 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:529:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 529 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:549:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 549 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCell.h:553:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 553 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:51, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSAppearance.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:52, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:160:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 160 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:180:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 180 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:267:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 267 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:288:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 288 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:320:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 320 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:359:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 359 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:366:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 366 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:379:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 379 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:423:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 423 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:437:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 437 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:450:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 450 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:480:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 480 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:485:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 485 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:491:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 491 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:504:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 504 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:526:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 526 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:550:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 550 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:554:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 554 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:566:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 566 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:585:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 585 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:679:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 679 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:687:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 687 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:749:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 749 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSApplication.h:780:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 780 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSAttributedString.h:38, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSFontManager.h:49:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 49 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSFontManager.h:198:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 198 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:53, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:89:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 89 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:161:25: warning: redundant redeclaration of 'NSCharacterEncodingDocumentOption' [-Wredundant-decls] #12 529.9 161 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:142:25: note: previous declaration of 'NSCharacterEncodingDocumentOption' was here #12 529.9 142 | APPKIT_EXPORT NSString *NSCharacterEncodingDocumentOption; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:162:25: warning: redundant redeclaration of 'NSBaseURLDocumentOption' [-Wredundant-decls] #12 529.9 162 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:141:25: note: previous declaration of 'NSBaseURLDocumentOption' was here #12 529.9 141 | APPKIT_EXPORT NSString *NSBaseURLDocumentOption; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:163:25: warning: redundant redeclaration of 'NSDefaultAttributesDocumentOption' [-Wredundant-decls] #12 529.9 163 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:143:25: note: previous declaration of 'NSDefaultAttributesDocumentOption' was here #12 529.9 143 | APPKIT_EXPORT NSString *NSDefaultAttributesDocumentOption; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:164:25: warning: redundant redeclaration of 'NSDocumentTypeDocumentOption' [-Wredundant-decls] #12 529.9 164 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:144:25: note: previous declaration of 'NSDocumentTypeDocumentOption' was here #12 529.9 144 | APPKIT_EXPORT NSString *NSDocumentTypeDocumentOption; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:168:25: warning: redundant redeclaration of 'NSTextEncodingNameDocumentOption' [-Wredundant-decls] #12 529.9 168 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:145:25: note: previous declaration of 'NSTextEncodingNameDocumentOption' was here #12 529.9 145 | APPKIT_EXPORT NSString *NSTextEncodingNameDocumentOption; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:169:25: warning: redundant redeclaration of 'NSTimeoutDocumentOption' [-Wredundant-decls] #12 529.9 169 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:147:25: note: previous declaration of 'NSTimeoutDocumentOption' was here #12 529.9 147 | APPKIT_EXPORT NSString *NSTimeoutDocumentOption; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:170:25: warning: redundant redeclaration of 'NSWebPreferencesDocumentOption' [-Wredundant-decls] #12 529.9 170 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:148:25: note: previous declaration of 'NSWebPreferencesDocumentOption' was here #12 529.9 148 | APPKIT_EXPORT NSString *NSWebPreferencesDocumentOption; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:171:25: warning: redundant redeclaration of 'NSWebResourceLoadDelegateDocumentOption' [-Wredundant-decls] #12 529.9 171 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:149:25: note: previous declaration of 'NSWebResourceLoadDelegateDocumentOption' was here #12 529.9 149 | APPKIT_EXPORT NSString *NSWebResourceLoadDelegateDocumentOption; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:172:25: warning: redundant redeclaration of 'NSTextSizeMultiplierDocumentOption' [-Wredundant-decls] #12 529.9 172 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:146:25: note: previous declaration of 'NSTextSizeMultiplierDocumentOption' was here #12 529.9 146 | APPKIT_EXPORT NSString *NSTextSizeMultiplierDocumentOption; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:196:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 196 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_3) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:206:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 206 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:241:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 241 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:247:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 247 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:251:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 251 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:307:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 307 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSAttributedString.h:312:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 312 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:34, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSImageRep.h:74:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 74 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSImageRep.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSImageRep.h:182:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 182 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:67:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 67 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:54, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:137:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 137 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:162:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 162 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:205:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 205 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:224:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 224 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBitmapImageRep.h:244:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 244 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:55, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSBox.h:61:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 61 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBox.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBox.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBox.h:127:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 127 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBox.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSBrowser.h:34, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSControl.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSControl.h:93:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSControl.h:124:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 124 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSControl.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSControl.h:171:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 171 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSControl.h:186:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 186 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSControl.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSControl.h:230:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 230 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:56, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSBrowser.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBrowser.h:133:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 133 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBrowser.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBrowser.h:163:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBrowser.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBrowser.h:208:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 208 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBrowser.h:221:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 221 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBrowser.h:241:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 241 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBrowser.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 250 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBrowser.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBrowser.h:319:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 319 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBrowser.h:342:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 342 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBrowser.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBrowser.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSButton.h:36, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:81:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:154:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 154 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:173:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 173 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:203:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 203 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:213:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 213 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:237:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 237 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSButtonCell.h:245:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 245 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:58, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSButton.h:51:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 51 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSButton.h:80:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 80 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSButton.h:105:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 105 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSButton.h:133:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 133 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:62, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSCIImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:63, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSClipView.h:76:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 76 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:34, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSDragging.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDragging.h:88:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 88 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDragging.h:109:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 109 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDragging.h:112:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 112 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDragging.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDragging.h:157:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 157 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDragging.h:164:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 164 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSCollectionView.h:35, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:64, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSNibDeclarations.h:35:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 35 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:37, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSImageView.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSImageView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSImageView.h:69:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 69 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSTextField.h:36, #12 529.9 from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextFieldCell.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:39, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTextField.h:111:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 111 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextField.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSCollectionViewItem.h:41, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:65, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSViewController.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSPanel.h:34, #12 529.9 from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:90:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:103:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 103 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:106:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 106 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:110:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 110 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:116:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 116 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:119:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:146:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 146 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:157:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 157 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:163:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 163 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:365:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 365 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:464:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 464 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:475:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 475 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:489:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 489 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:495:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 495 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:516:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 516 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:546:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 546 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:571:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 571 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:587:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 587 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:608:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 608 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:650:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 650 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:662:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 662 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:671:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 671 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:709:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 709 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:713:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 713 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:749:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 749 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:762:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 762 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:770:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 770 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:786:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 786 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:802:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 802 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:812:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 812 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:817:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 817 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:822:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 822 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:831:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 831 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:836:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 836 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:841:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 841 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:846:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 846 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:854:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 854 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:862:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 862 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:878:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 878 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:904:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 904 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:918:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 918 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:920:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 920 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:928:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 928 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:937:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 937 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:949:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 949 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:967:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 967 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:976:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 976 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:980:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 980 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWindow.h:990:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 990 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSColorPanel.h:39, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:68, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPanel.h:66:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 66 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPanel.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPanel.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPanel.h:139:42: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 139 | #if OS_API_VERSION(GS_API_ONE, GS_API_ONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPanel.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:73, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSCursor.h:62:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 62 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCursor.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCursor.h:81:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 81 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCursor.h:111:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 111 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCursor.h:115:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 115 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSCursor.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:75, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSDataAsset.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_11, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:81, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSEvent.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSEvent.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSEvent.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSEvent.h:176:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 176 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSEvent.h:191:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 191 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSEvent.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSEvent.h:332:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 332 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSEvent.h:365:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 365 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSEvent.h:374:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 374 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSEvent.h:393:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 393 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSEvent.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSEvent.h:419:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 419 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSEvent.h:428:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 428 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSEvent.h:436:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 436 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSEvent.h:517:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 517 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:84, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSFontPanel.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSFontPanel.h:130:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 130 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSForm.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:86, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSFormCell.h:64:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 64 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSFormCell.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSFormCell.h:84:25: warning: redundant redeclaration of '_NSFormCellDidChangeTitleWidthNotification' [-Wredundant-decls] #12 529.9 84 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:85, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSForm.h:96:25: note: previous declaration of '_NSFormCellDidChangeTitleWidthNotification' was here #12 529.9 96 | APPKIT_EXPORT NSString *_NSFormCellDidChangeTitleWidthNotification; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:87, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:49: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSHelpPanel.h:34:95: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 34 | #if OS_API_VERSION(GS_API_OPENSTEP,GS_API_MACOSX) || GS_API_VERSION(GS_API_NONE, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:88, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSImage.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSImage.h:60:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 60 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSImage.h:86:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 86 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSImage.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSImage.h:198:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 198 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSImage.h:234:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 234 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSImage.h:235:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 235 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSImage.h:305:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 305 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSImage.h:344:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 344 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSImage.h:384:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 384 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSImage.h:413:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 413 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSImage.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSImage.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSImage.h:502:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 502 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSMenu.h:36, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:104:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 104 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:125:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 125 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:201:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 201 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:221:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 221 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:313:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 313 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:351:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 351 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSMenuItem.h:397:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 397 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:93, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSMenu.h:430:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 430 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSMenu.h:437:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 437 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSMenu.h:482:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 482 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSMenu.h:486:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 486 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSMenu.h:588:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 588 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSMenu.h:633:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 633 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSMenu.h:637:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 637 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSMenu.h:676:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 676 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSMenu.h:693:64: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 693 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, MAC_OS_X_VERSION_10_1) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSMenu.h:723:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 723 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSMenu.h:738:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 738 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:97, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSNibLoading.h:65:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 65 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSOpenPanel.h:41, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:140:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 140 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:177:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 177 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:189:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 189 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:200:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 200 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:212:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 212 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:223:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 223 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:227:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 227 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSavePanel.h:271:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 271 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:98, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:60:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 60 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSOpenPanel.h:92:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 92 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:99, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPageLayout.h:83:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 83 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:109:25: warning: redundant redeclaration of 'NSDataLinkPboardType' [-Wredundant-decls] #12 529.9 109 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:76, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSDataLink.h:151:25: note: previous declaration of 'NSDataLinkPboardType' was here #12 529.9 151 | APPKIT_EXPORT NSString *NSDataLinkPboardType; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:101, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:116:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 116 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 178 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:193:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 193 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:281:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 281 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:310:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 310 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPasteboard.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:102, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPasteboardItem.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSPDFInfo.h:30, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPrintInfo.h:98:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 98 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPrintInfo.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPrintInfo.h:183:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 183 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:103, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPDFInfo.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:104, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPDFImageRep.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:105, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPDFPanel.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:106, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPICTImageRep.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:107, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPopover.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:108, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPopUpButton.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:112, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:134:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 134 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:145:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 145 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:177:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 177 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPrintOperation.h:185:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 185 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:113, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:120:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 120 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:124:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 124 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:146:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 146 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:154:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 154 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSPrintPanel.h:159:54: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 159 | #if OS_API_VERSION(GS_API_NONE, MAC_OS_X_VERSION_10_5) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSRunningApplication.h:34, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:70:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 70 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:138:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 138 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 141 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:152:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 152 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:170:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 170 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:184:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 184 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:195:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 195 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:211:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 211 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:240:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 240 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSWorkspace.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:115, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSRunningApplication.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSRunningApplication.h:68:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 68 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:117, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSScreen.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSScreen.h:73:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 73 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSScreen.h:76:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 76 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSScreen.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:118, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSScroller.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSScroller.h:56:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 56 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSScroller.h:108:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 108 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSScroller.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 126 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_5) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSScroller.h:151:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 151 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSScroller.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:119, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSScrollView.h:139:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 139 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSScrollView.h:152:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 152 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSScrollView.h:156:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 156 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSScrollView.h:162:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 162 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSScrollView.h:167:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 167 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSSlider.h:32, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSSliderCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:122, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSSlider.h:70:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 70 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:124, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSSpellChecker.h:113:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 113 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSpellChecker.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSpellChecker.h:159:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 159 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:126, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSSplitView.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSplitView.h:41:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 41 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSplitView.h:72:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 72 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSplitView.h:78:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 78 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSplitView.h:93:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 93 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSplitView.h:125:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 125 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSplitView.h:138:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 138 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSplitView.h:155:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 155 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:128, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSStatusItem.h:87:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 87 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:129, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSStringDrawing.h:37:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 37 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSStringDrawing.h:45:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 45 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSStringDrawing.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSStringDrawing.h:79:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 79 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/AppKit.h:137:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 137 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:138, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSAlert.h:43:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 43 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSAlert.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSAlert.h:115:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 115 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSAlert.h:117:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 117 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSAnimation.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:139, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSAnimation.h:267:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 267 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:140, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSAffineTransform.h:44:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 44 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSAffineTransform.h:45:39: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 45 | #if GS_API_VERSION(GS_API_NONE, 011500) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSObjectController.h:33, #12 529.9 from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSController.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSController.h:53:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 53 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSArrayController.h:32, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSObjectController.h:36:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSObjectController.h:90:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 90 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4,GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:141, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSArrayController.h:34:55: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSArrayController.h:85:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 85 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSArrayController.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSArrayController.h:101:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 101 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:142, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSBezierPath.h:107:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 107 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBezierPath.h:242:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 242 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSBezierPath.h:252:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 252 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:29, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:143, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSButtonTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:144, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSColorSampler.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:145, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSColorSpace.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:146, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSComboBox.h:85:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 85 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSComboBox.h:91:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 91 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSComboBox.h:102:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 102 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:147, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:107:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 107 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:121:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 121 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSComboBoxCell.h:132:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 132 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:149, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSCandidateListTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:29, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSGestureRecognizer.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:150, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSClickGestureRecognizer.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:151, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSColorPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:152, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSCustomTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSDatePicker.h:40, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSDatePickerCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:153, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSDatePicker.h:42:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 42 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:155, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSDockTile.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:156, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSDocument.h:72:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 72 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocument.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 82 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocument.h:126:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 126 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocument.h:141:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 141 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocument.h:144:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 144 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocument.h:153:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 153 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocument.h:178:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 178 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocument.h:181:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 181 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocument.h:192:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 192 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocument.h:217:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 217 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocument.h:250:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 250 | #if OS_API_VERSION(GS_API_MACOSX, MAC_OS_X_VERSION_10_4) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocument.h:265:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 265 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocument.h:273:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 273 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_1, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocument.h:276:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 276 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocument.h:289:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 289 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocument.h:339:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 339 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:157, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSDocumentController.h:34:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 34 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocumentController.h:83:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 83 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocumentController.h:109:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 109 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocumentController.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocumentController.h:144:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 144 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocumentController.h:179:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 179 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocumentController.h:194:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 194 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSDocumentController.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:160, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSFontCollection.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:161, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:47:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 47 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:114:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 114 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:122:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 122 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSFontDescriptor.h:139:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 139 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:163, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSGlyphGenerator.h:40:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 40 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:164, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSGradient.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:166, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSGroupTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:171, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:74:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 74 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSKeyValueBinding.h:93:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 93 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:33, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:51:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 51 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:57:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 57 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:252:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 252 | #if !OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/GNUstepGUI/GSLayoutManager.h:327:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 327 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSTextView.h:39, #12 529.9 from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTextAttachment.h:49:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 49 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSLayoutManager.h:34, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:64:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 64 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:75:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 75 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:328:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 328 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:336:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 336 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:359:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 359 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:368:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 368 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:426:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 426 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:473:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 473 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:476:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 476 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:548:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 548 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:576:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 576 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:599:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 599 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:604:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 604 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:623:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 623 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:656:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 656 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:658:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 658 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:714:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 714 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:724:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 724 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextView.h:746:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 746 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:172, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSLayoutManager.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSLayoutManager.h:232:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 232 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSLevelIndicator.h:35, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSLevelIndicatorCell.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:173, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSLevelIndicator.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:175, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSMagnificationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:178, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPanGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:179, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSNib.h:58:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 58 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSNib.h:79:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 79 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:184, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSOpenGL.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSOpenGL.h:111:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 111 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSOpenGL.h:123:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 123 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:185, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSOpenGLView.h:52:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 52 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:59:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 59 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:71:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 71 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:210:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 210 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:214:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 214 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:256:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 256 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:263:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 263 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:285:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 285 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:299:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 299 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:309:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 309 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:354:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 354 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:366:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 366 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:371:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 371 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:375:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 375 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:397:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 397 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:429:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 429 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:434:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 434 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:454:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 454 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) && GS_PROTOCOLS_HAVE_OPTIONAL #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:461:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 461 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:480:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 480 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:489:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 489 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSOutlineView.h:62:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 62 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSOutlineView.h:73:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 73 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSOutlineView.h:166:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 166 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSOutlineView.h:171:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 171 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSOutlineView.h:274:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 274 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSOutlineView.h:294:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 294 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:188, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSPredicateEditor.h:32, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSRuleEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSRuleEditor.h:118:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 118 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:189, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPredicateEditor.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:190, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPredicateEditorRowTemplate.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:191, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:82:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 82 | #if OS_API_VERSION(GS_API_LATEST, MAC_OS_X_VERSION_10_5) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:120:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 120 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSProgressIndicator.h:130:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 130 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:192, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPopoverTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:193, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSPressGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:197, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSRotationGestureRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:199, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSearchFieldCell.h:80:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 80 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSSegmentedCell.h:30, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:31:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSSegmentedControl.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 69 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:201, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSSegmentedCell.h:103:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 103 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:203, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSShadow.h:34:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 34 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:204, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSSharingServicePickerTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:205, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSSliderTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:206, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSSound.h:175:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 175 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:207, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSSpeechRecognizer.h:31:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:208, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSSpeechSynthesizer.h:67:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 67 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:209, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSStepperTouchBarItem.h:31:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 31 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:212, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:100:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 100 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:105:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 105 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:119:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 119 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:129:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 129 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTableColumn.h:136:25: warning: redundant redeclaration of 'NSTableViewColumnDidResizeNotification' [-Wredundant-decls] #12 529.9 136 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/AppKit/NSOutlineView.h:34, #12 529.9 from /usr/include/GNUstep/AppKit/AppKit.h:186, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTableView.h:445:25: note: previous declaration of 'NSTableViewColumnDidResizeNotification' was here #12 529.9 445 | APPKIT_EXPORT NSString *NSTableViewColumnDidResizeNotification; #12 529.9 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:213, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTableHeaderCell.h:38:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 38 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:216, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTabView.h:101:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 101 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:217, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTabViewItem.h:81:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 81 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:218, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTextAlternatives.h:37:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 37 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:220, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTextContainer.h:69:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 69 | #if GS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:221, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTextList.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTextList.h:54:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 54 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:222, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTextStorage.h:148:48: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 148 | #if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:223, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTextTable.h:32:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 32 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:225, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTouch.h:30:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:226, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTouchBar.h:30:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 30 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:230, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSToolbar.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSToolbar.h:84:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 84 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSToolbar.h:127:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 127 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_2, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSToolbar.h:131:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 131 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSToolbar.h:135:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 135 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:231, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSToolbarItem.h:61:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 61 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSToolbarItem.h:128:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 128 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:232, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSToolbarItemGroup.h:36:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 36 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:234, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTreeController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSTreeController.h:95:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 95 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:235, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSTreeNode.h:39:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 39 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:236, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:35:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 35 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/NSUserDefaultsController.h:63:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 63 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:237, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSUserInterfaceItemIdentification.h:33:56: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_7, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:241, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/NSVisualEffectView.h:33:57: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 33 | #if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST) #12 529.9 | ^ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:32:44: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #12 529.9 32 | #if OS_API_VERSION(GS_API_NONE, GS_API_NONE) #12 529.9 | ^ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 125 | __attribute__((unused)); #12 529.9 | ^~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 129 | __attribute__((unused)); #12 529.9 | ^~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 133 | __attribute__((unused)); #12 529.9 | ^~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:214:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 214 | __attribute__((unused)); #12 529.9 | ^~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:247:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 247 | __attribute__((unused)); #12 529.9 | ^~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 251 | __attribute__((unused)); #12 529.9 | ^~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:259:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 259 | __attribute__((unused)); #12 529.9 | ^~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 263 | __attribute__((unused)); #12 529.9 | ^~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:267:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 267 | __attribute__((unused)); #12 529.9 | ^~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 271 | __attribute__((unused)); #12 529.9 | ^~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 275 | __attribute__((unused)); #12 529.9 | ^~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:287:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 287 | __attribute__((unused)); #12 529.9 | ^~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 311 | __attribute__((unused)); #12 529.9 | ^~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 323 | __attribute__((unused)); #12 529.9 | ^~~~~~~~~~~~~ #12 529.9 In file included from /usr/include/GNUstep/AppKit/AppKit.h:245, #12 529.9 from nsgui.h:34, #12 529.9 from dispextern.h:137, #12 529.9 from nsfont.m:28: #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 493 | PSgsave() #12 529.9 | ^~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgsave': #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:493:1: warning: old-style function definition [-Wold-style-definition] #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 499 | PSgrestore() #12 529.9 | ^~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSgrestore': #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:499:1: warning: old-style function definition [-Wold-style-definition] #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 505 | PSinitgraphics() #12 529.9 | ^~~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitgraphics': #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:505:1: warning: old-style function definition [-Wold-style-definition] #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 622 | PSinitmatrix() #12 529.9 | ^~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitmatrix': #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:622:1: warning: old-style function definition [-Wold-style-definition] #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 669 | PSclip() #12 529.9 | ^~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclip': #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:669:1: warning: old-style function definition [-Wold-style-definition] #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 675 | PSclosepath() #12 529.9 | ^~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSclosepath': #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:675:1: warning: old-style function definition [-Wold-style-definition] #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 687 | PSeoclip() #12 529.9 | ^~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeoclip': #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:687:1: warning: old-style function definition [-Wold-style-definition] #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 693 | PSeofill() #12 529.9 | ^~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSeofill': #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:693:1: warning: old-style function definition [-Wold-style-definition] #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 699 | PSfill() #12 529.9 | ^~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSfill': #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:699:1: warning: old-style function definition [-Wold-style-definition] #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 705 | PSflattenpath() #12 529.9 | ^~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSflattenpath': #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:705:1: warning: old-style function definition [-Wold-style-definition] #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 711 | PSinitclip() #12 529.9 | ^~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSinitclip': #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:711:1: warning: old-style function definition [-Wold-style-definition] #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 729 | PSnewpath() #12 529.9 | ^~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSnewpath': #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:729:1: warning: old-style function definition [-Wold-style-definition] #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 765 | PSreversepath() #12 529.9 | ^~~~~~~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSreversepath': #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:765:1: warning: old-style function definition [-Wold-style-definition] #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 783 | PSstroke() #12 529.9 | ^~~~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSstroke': #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:783:1: warning: old-style function definition [-Wold-style-definition] #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: At top level: #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] #12 529.9 835 | PSWait() #12 529.9 | ^~~~~~ #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h: In function 'PSWait': #12 529.9 /usr/include/GNUstep/AppKit/PSOperators.h:835:1: warning: old-style function definition [-Wold-style-definition] #12 529.9 nsfont.m: In function 'nsfont_open': #12 529.9 nsfont.m:1038:36: error: too few arguments to function 'Ffont_xlfd_name' #12 529.9 1038 | font->props[FONT_NAME_INDEX] = Ffont_xlfd_name (font_object, Qnil); #12 529.9 | ^~~~~~~~~~~~~~~ #12 529.9 In file included from nsfont.m:27: #12 529.9 ./globals.h:4727:8: note: declared here #12 529.9 4727 | EXFUN (Ffont_xlfd_name, 3); #12 529.9 | ^~~~~~~~~~~~~~~ #12 529.9 lisp.h:902:22: note: in definition of macro 'EXFUN' #12 529.9 902 | extern Lisp_Object fnname DEFUN_ARGS_ ## maxargs #12 529.9 | ^~~~~~ #12 529.9 make[3]: *** [Makefile:457: nsfont.o] Error 1 #12 529.9 make[2]: *** [Makefile:554: src] Error 2 #12 529.9 make[1]: *** [Makefile:1291: actual-bootstrap] Error 2 #12 529.9 *** #12 529.9 *** "make bootstrap" failed with exit status 2. #12 529.9 *** #12 529.9 *** You could try to: #12 529.9 *** - run "make extraclean" and run "make" again (or, equivalently, run #12 529.9 *** "make bootstrap configure=default"), to rebuild Emacs with the #12 529.9 *** default configuration options, which might fix the problem #12 529.9 *** - run "git clean -fdx" and run "make bootstrap" again, which might #12 529.9 *** fix the problem if "make bootstrap configure=default" did not #12 529.9 *** !BEWARE! "git clean -fdx" deletes all files that are not under #12 529.9 *** !BEWARE! version control, which means that all changes to such #12 529.9 *** !BEWARE! files will be lost and cannot be restored later #12 529.9 *** - run "make V=1", which displays the full commands invoked by make, #12 529.9 *** to further investigate the problem #12 529.9 *** - report the problem and ask for help by sending an email to #12 529.9 *** bug-gnu-emacs@gnu.org, mentioning at least the build error #12 529.9 *** message, the platform, and the repository revision displayed by #12 529.9 *** "git rev-parse HEAD" #12 529.9 *** #12 529.9 make[1]: *** [Makefile:418: advice-on-failure] Error 2 #12 529.9 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:1702945674:step_script section_start:1702945674:after_script Running after_script Running after script... $ test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name} $ test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name} $ find ${test_name} ! \( -name "*.log" -o -name ${EMACS_TEST_JUNIT_REPORT} \) -type f -delete find: build-image-gnustep-6937182a: No such file or directory section_end:1702945676:after_script section_start:1702945676:cleanup_file_variables Cleaning up project directory and file based variables section_end:1702945678:cleanup_file_variables ERROR: Job failed: exit code 1